Skip to content

Commit

Permalink
WIP(package): disable build of *.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 25, 2015
1 parent 9bcc319 commit 05c03b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"scripts": {
"build": "npm-run-all -p build:raw:*",
"build:dev": "npm-run-all prebuild build:raw:dev",
"build:min": "npm-run-all prebuild build:raw:min",
"disabled-build:min": "npm-run-all prebuild build:raw:min",
"build:raw:dev": "browserify -s Hoodie index.js -o dist/hoodie.js",
"build:raw:min": "browserify -s Hoodie -g uglifyify index.js | uglifyjs -c -o dist/hoodie.min.js",
"disabled-build:raw:min": "browserify -s Hoodie -g uglifyify index.js | uglifyjs -c -o dist/hoodie.min.js",
"prebuild": "rimraf dist && mkdirp dist",
"prepublish": "npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
Expand Down

0 comments on commit 05c03b6

Please sign in to comment.