Skip to content

Commit

Permalink
Update yarn clean to remove root node_modules/ (aws-amplify#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlee221 authored Feb 9, 2022
1 parent 05392fe commit 2159060
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 @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"build": "turbo run build --include-dependencies --no-deps --scope=*@aws-amplify/*",
"clean": "turbo run clean && rm -rf node_modules/.cache",
"clean": "turbo run clean && rm -rf node_modules",
"setup": "yarn install && yarn build",
"refresh": "yarn clean && yarn setup",
"angular": "yarn workspace @aws-amplify/ui-angular",
Expand Down

0 comments on commit 2159060

Please sign in to comment.