Skip to content

Commit

Permalink
chore(fix): fix clean all script
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn authored and dhruvdutt committed Sep 22, 2018
1 parent 91cc499 commit 6be0478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"build": "tsc",
"bundlesize": "bundlesize",
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
"clean:all": "rimraf node_modules package-lock.json packages/*/node_modules packages/*/package-lock.json",
"clean:all": "rimraf node_modules packages/*/node_modules",
"docs": "typedoc",
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
"lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
Expand Down

0 comments on commit 6be0478

Please sign in to comment.