Skip to content

Commit

Permalink
added clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
Galcarmi committed May 5, 2021
1 parent 1b9f9db commit 6c38d4e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build": "npm run client-build",
"bootstrap": "lerna bootstrap",
"postinstall": "npm run bootstrap",
"publish": "lerna publish"
"publish": "lerna publish",
"clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +"
},
"repository": {
"type": "git",
Expand All @@ -31,5 +32,7 @@
"workspaces": [
"packages/*"
],
"publishConfig":{"registry":"https://registry.npmjs.org"}
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
2 changes: 1 addition & 1 deletion packages/2-webpack-localstorage-todo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/3-webpack-localstorage-jss/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/4-todo-express-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions packages/5-todo-typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c38d4e

Please sign in to comment.