Skip to content

Commit 455e062

Browse files
sqlProvidersqlProvider
sqlProvider
authored and
sqlProvider
committed
[Publish] added to scripts into npm package
1 parent 31ee89b commit 455e062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"build-umd": "webpack --config webpack.config.umd.js",
1616
"build-angular": "ngc -p tsconfig-ngc.json",
1717
"copy-package-info": "cp ./package.json ./dist/package.json && cp ./bower.json ./dist/bower.json",
18-
"build": "npm run clean && npm run build-umd && npm run build-angular && npm run copy-package-info"
18+
"build": "npm run clean && npm run build-umd && npm run build-angular && npm run copy-package-info",
19+
"publish": "npm run build && ./publish.sh"
1920
},
2021
"keywords": [
2122
"Angular2",

0 commit comments

Comments
 (0)