Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Commit 4fdba64

Browse files
committed
chore(package): add back prepublish script
1 parent 7ffd464 commit 4fdba64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"version": "node scripts/version.js",
7373
"minify": "uglifyjs --compress --mangle --screw-ie8 --source-map dist/bundle/ionic.cloud.min.js.map -o dist/bundle/ionic.cloud.min.js -p relative -- dist/bundle/ionic.cloud.js",
7474
"build": "npm run lint && npm run tsc && npm run rollup && npm run version && npm run minify",
75+
"prepublish": "npm run build",
7576
"test": "karma start --singleRun",
7677
"docs": "node scripts/docs.js",
7778
"watch": "scripts/watch.sh"

0 commit comments

Comments
 (0)