Skip to content

Commit

Permalink
Don't minify code
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Jun 23, 2024
1 parent ec7d05d commit 0ee5bf8
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
@@ -1,7 +1,7 @@
{
"scripts": {
"dev": "rm -rf build && parcel watch --config @parcel/config-webextension --host localhost",
"build": "rm -rf build && rm -rf build-firefox && parcel build --config @parcel/config-webextension --no-content-hash --no-cache && node ./zip.js",
"build": "rm -rf build && rm -rf build-firefox && parcel build --config @parcel/config-webextension --no-content-hash --no-cache --no-optimize && node ./zip.js",
"format": "biome check --write src *.js",
"check": "biome ci src *.js"
},
Expand Down

0 comments on commit 0ee5bf8

Please sign in to comment.