Skip to content

Commit

Permalink
chore: simplify clean-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Jan 3, 2019
1 parent b0f4a0f commit 3281372
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 packages/*/node_modules package-lock.json packages/*/package-lock.json",
"clean:all": "rimraf node_modules package-lock.json packages/*/{node_modules,package-lock.json}",
"commit": "git-cz",
"docs": "typedoc",
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
Expand Down

0 comments on commit 3281372

Please sign in to comment.