Skip to content

Commit

Permalink
restore minification (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Oct 26, 2023
1 parent f87d317 commit dba6e1b
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 @@ -4,7 +4,7 @@
"license": "Apache License Version 2.0",
"scripts": {
"start": "parcel index.html -p 3000",
"build": "parcel build index.html --no-optimize",
"build": "parcel build index.html",
"test": "vitest run",
"coverage": "vitest run --coverage"
},
Expand Down

0 comments on commit dba6e1b

Please sign in to comment.