Skip to content

Commit 3c469c3

Browse files
committed
Use del-cli instead of del for windows compat
1 parent 6b6516e commit 3c469c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"main": "lib/index.js",
1010
"scripts": {
11-
"clean": "del lib/ coverage/ example/build example/dist",
11+
"clean": "del-cli lib/ coverage/ example/build example/dist",
1212
"compile": "babel src/ --out-dir lib/",
1313
"cover": "jest --coverage",
1414
"preexample": "npm run clean && npm run compile",

0 commit comments

Comments
 (0)