Skip to content

Commit 6be0478

Browse files
sendilkumarndhruvdutt
authored andcommitted
chore(fix): fix clean all script
1 parent 91cc499 commit 6be0478

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
@@ -29,7 +29,7 @@
2929
"build": "tsc",
3030
"bundlesize": "bundlesize",
3131
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
32-
"clean:all": "rimraf node_modules package-lock.json packages/*/node_modules packages/*/package-lock.json",
32+
"clean:all": "rimraf node_modules packages/*/node_modules",
3333
"docs": "typedoc",
3434
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
3535
"lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",

0 commit comments

Comments
 (0)