Skip to content

Commit

Permalink
Add clean to package
Browse files Browse the repository at this point in the history
  • Loading branch information
steinybot committed Jun 10, 2024
1 parent a3374c0 commit ea1fc24
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 @@ -8,7 +8,7 @@
"lint-fix": "run-p 'lint:* -- --fix'",
"lint:css": "stylelint source/**/*.css",
"lint:js": "xo",
"package": "run-s build package:build",
"package": "run-s clean build package:build",
"package:build": "web-ext build --overwrite-dest",
"test": "run-p check lint:* build",
"watch": "parcel watch source/manifest.json --dist-dir distribution --no-cache --no-hmr"
Expand Down

0 comments on commit ea1fc24

Please # to comment.