Skip to content

Commit c2d69bf

Browse files
sqlProvidersqlProvider
authored andcommitted
[Package] fix build runned twice
1 parent 03ddf0a commit c2d69bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build-angular": "ngc -p tsconfig-ngc.json",
1717
"copy-package-info": "cp ./package.json ./dist/package.json && cp ./.npmignore ./dist/.npmignore && cp ./README.md ./dist/README.md",
1818
"build": "npm run clean && npm run build-umd && npm run build-angular && npm run copy-package-info",
19-
"publish": "npm run build && ./publish.sh"
19+
"publish": "./publish.sh"
2020
},
2121
"keywords": [
2222
"Angular2",

0 commit comments

Comments
 (0)