Skip to content

Commit

Permalink
sr: make clean npm script useful in real workflow by cleaning built a…
Browse files Browse the repository at this point in the history
…ssets and not the installed node_modules
  • Loading branch information
lego-technix authored Jan 6, 2023
1 parent 410306c commit 97e9b23
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 97e9b23

Please sign in to comment.