Skip to content

Commit 195b1d5

Browse files
committed
Update clean script
1 parent 73c4a9e commit 195b1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "node ./tools/build.js",
16-
"clean": "git clean -e '!node_modules' -fdX .",
16+
"clean": "git clean -fdX .",
1717
"prepublish": "node ./tools/build.js",
1818
"release": "node ./tools/release.js",
1919
"lint": "eslint modules",

0 commit comments

Comments
 (0)