Skip to content

Commit

Permalink
Clean dist folder before build
Browse files Browse the repository at this point in the history
  • Loading branch information
david-tejada committed May 5, 2022
1 parent 8ffb3d4 commit b9814e3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"build": "parcel build src/manifest.json --no-content-hash --no-source-maps --dist-dir dist --no-cache --detailed-report 0",
"build": "rimraf dist && parcel build src/manifest.json --no-content-hash --no-source-maps --dist-dir dist --no-cache --detailed-report 0",
"lint": "run-p lint:*",
"lint-fix": "run-p 'lint:* -- --fix'",
"lint:css": "stylelint src/**/*.css",
Expand Down Expand Up @@ -61,6 +61,8 @@
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"parcel": "^2.3.2",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"stylelint": "^14.6.0",
"stylelint-config-xo": "^0.21.0",
"ts-jest": "^27.1.4",
Expand Down

0 comments on commit b9814e3

Please sign in to comment.