Skip to content

Commit

Permalink
Build before size
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed May 7, 2015
1 parent 3731e85 commit a585524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"posttest": "npm run build-alt",
"prepublish": "npm run lint && npm run test && npm run build",
"pretest": "npm run clean && npm run build-test",
"size": "browserify flux.js > flux-build.js; uglifyjs -m -c 'comparisons=false,keep_fargs=true,unsafe=true,unsafe_comps=true,warnings=false' flux-build.js > flux-build.min.js",
"size": "npm run build-alt; browserify flux.js > flux-build.js; uglifyjs -m -c 'comparisons=false,keep_fargs=true,unsafe=true,unsafe_comps=true,warnings=false' flux-build.js > flux-build.min.js",
"test": "npm run tests-node",
"test-browser": "browserify test/browser/index.js -t babelify --outfile test/browser/tests.js",
"tests-node": "mocha -u exports -R spec --require ./test/babel test"
Expand Down

0 comments on commit a585524

Please sign in to comment.