Skip to content

Commit

Permalink
feat: improve clean script (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Norbert Nader <nnader@amazon.com>
  • Loading branch information
NorbertNader and NorbertNader authored Jan 31, 2022
1 parent 14288cc commit 4501670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"start": "cd packages/components && yarn run start",
"build": "lerna run build --stream",
"clean": "lerna run clean --concurrency 4",
"clean": "git clean -dxf -e /.idea -e /.vscode -e creds.json",
"lint": "npm-run-all -p lint:eslint",
"lint:eslint": "eslint --ext .js,.ts,.tsx . --max-warnings 0",
"fix": "npm-run-all -p fix:eslint",
Expand Down

0 comments on commit 4501670

Please sign in to comment.