Skip to content

Commit

Permalink
fix: make clean npm script useful in real workflow by cleaning built …
Browse files Browse the repository at this point in the history
…assets and not the installed node_modules
  • Loading branch information
lego-technix committed Jan 5, 2023
1 parent 9895625 commit 4254ee8
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 @@ -14,7 +14,7 @@
"test": "tests"
},
"scripts": {
"clean": "rm -rf node_modules .nuxt",
"clean": "rm -rf .nuxt dist",
"build": "SITE_DOMAIN=pix.fr nuxt generate --fail-on-error && SITE_DOMAIN=pix.org nuxt generate --fail-on-error && npm run signal-jira",
"start": "nuxt start",
"dev:site": "SITE=pix-site SITE_DOMAIN=pix.fr nuxt",
Expand Down

0 comments on commit 4254ee8

Please sign in to comment.