Skip to content

Commit f2bf9ae

Browse files
committed
Fixed package clean script
1 parent 753887d commit f2bf9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"resolver": "jest-ts-webcompat-resolver"
1616
},
1717
"scripts": {
18-
"clean": "rimraf packages/*/dist example/*/dist",
18+
"clean": "rimraf -g packages/*/dist example/*/dist",
1919
"build": "npm run build --workspaces --if-present",
2020
"watch": "npm run watch --workspaces --if-present",
2121
"lint": "eslint . --ext .ts",

0 commit comments

Comments
 (0)