Skip to content

Commit

Permalink
Issue #1: Add minification
Browse files Browse the repository at this point in the history
  • Loading branch information
schwjm committed Dec 15, 2019
1 parent c3fd1a7 commit 7de106b
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 @@ -6,7 +6,7 @@
"browser": "index.html",
"scripts": {
"archive": "bestzip source.zip *.json *.md .eslintrc.js .htmlnanorc .babelrc src",
"build": "npm run archive && parcel build --no-cache --no-minify --public-url ./ src/*.html",
"build": "npm run archive && parcel build --no-cache --public-url ./ src/*.html",
"dev": "npm run archive && cross-env ESLINT_OPTION=warn parcel src/*.html",
"release": "npm run build && bestzip pso-tracker.zip README.dist.md LICENSE.txt dist",
"lint": "cross-env eslint src",
Expand Down

0 comments on commit 7de106b

Please sign in to comment.