Skip to content

Commit

Permalink
fix: dist/f2.js => dist/f2.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leungwensen committed Dec 1, 2017
1 parent 1bb2544 commit 24c5b06
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "webpack",
"ci": "npm run lint && npm run test",
"compress": "uglifyjs --compress --mangle --output dist/f2.js -- build/f2.js",
"compress": "uglifyjs --compress --mangle --output dist/f2.min.js -- build/f2.js",
"coverage": "npm run coverage-generator && npm run coverage-viewer",
"coverage-viewer": "torch-coverage",
"coverage-generator": "torch --coverage --compile --renderer --recursive test/unit",
Expand Down

0 comments on commit 24c5b06

Please sign in to comment.