Skip to content

Commit

Permalink
attempt to fix "rimraf not found"
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jul 21, 2024
1 parent 6a55ca3 commit 622b1ce
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 @@ -10,7 +10,7 @@
},
"scripts": {
"u": "yarn npm-check-updates --upgrade --install always",
"clean": "rimraf lib dist coverage .nyc_output",
"clean": "yarn rimraf lib dist coverage .nyc_output",
"precompile": "yarn clean",
"compile": "tsc",
"compile:watch": "yarn precompile && tsc --watch",
Expand Down

0 comments on commit 622b1ce

Please sign in to comment.