We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753887d commit f2bf9aeCopy full SHA for f2bf9ae
package.json
@@ -15,7 +15,7 @@
15
"resolver": "jest-ts-webcompat-resolver"
16
},
17
"scripts": {
18
- "clean": "rimraf packages/*/dist example/*/dist",
+ "clean": "rimraf -g packages/*/dist example/*/dist",
19
"build": "npm run build --workspaces --if-present",
20
"watch": "npm run watch --workspaces --if-present",
21
"lint": "eslint . --ext .ts",
0 commit comments