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 91cc499 commit 6be0478Copy full SHA for 6be0478
package.json
@@ -29,7 +29,7 @@
29
"build": "tsc",
30
"bundlesize": "bundlesize",
31
"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",
+ "clean:all": "rimraf node_modules packages/*/node_modules",
33
"docs": "typedoc",
34
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
35
"lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
0 commit comments