From 3903fee2bff1e86a59acc2d378ea194b70d8296f Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 21 Sep 2016 11:02:32 -0500 Subject: [PATCH] feat(scripts): publish script with npm and bower. Fixes #448 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 14954f50e..a8dfcdac9 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "build:esm": "tsc -p tsconfig-esm.json", "build:bundle": "browserify dist/es5/index.js > dist/ionic.native.js", "build:minify": "gulp minify:dist", + "publish": "npm run build && npm publish && bash ./scripts/bower.sh", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "plugin:create": "gulp plugin:create" },