Skip to content

Commit

Permalink
update rimraf command
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 4, 2025
1 parent c876d6f commit 84be862
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 @@ -15,7 +15,7 @@
},
"scripts": {
"lerna": "lerna",
"clean": "rimraf --glob ./**/.greenwood/** && rimraf ./**/public/** && rimraf ./coverage",
"clean": "rimraf --glob ./**/.greenwood/** ./**/public/** ./coverage",
"clean:deps": "rimraf **/node_modules/**",
"build": "cross-env __GWD_ROLLUP_MODE__=strict node . build",
"serve": "node . serve",
Expand Down

0 comments on commit 84be862

Please sign in to comment.