Skip to content

Commit

Permalink
Clean script command on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jun 28, 2024
1 parent c63085b commit 9c364f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"scripts": {
"dev": "parcel index.pug",
"build": "parcel build index.pug --no-source-maps"
"build": "parcel build index.pug --no-source-maps",
"clean": "rm -rf dist .parcel-cache"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 9c364f4

Please sign in to comment.