Skip to content

Commit

Permalink
feat(scripts): publish script with npm and bower. Fixes #448
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Sep 21, 2016
1 parent 763ad1b commit 3903fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 3903fee

Please sign in to comment.