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 b0f4a0f commit 3281372Copy full SHA for 3281372
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 packages/*/node_modules package-lock.json packages/*/package-lock.json",
+ "clean:all": "rimraf node_modules package-lock.json packages/*/{node_modules,package-lock.json}",
33
"commit": "git-cz",
34
"docs": "typedoc",
35
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
0 commit comments