Skip to content

Commit

Permalink
chore(tools): delete root node_modules with npm run clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored and raisedadead committed Mar 15, 2019
1 parent a5a4581 commit b3c612f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
51 changes: 51 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
"bootstrap": "lerna bootstrap", "bootstrap": "lerna bootstrap",
"clean": "lerna clean", "clean": "lerna clean && shx rm -rf node_modules",
"develop": "npm-run-all ensure-env -p develop:*", "develop": "npm-run-all ensure-env -p develop:*",
"develop:client": "cd ./client && npm run develop", "develop:client": "cd ./client && npm run develop",
"develop:server": "cd ./api-server && node development-entry.js", "develop:server": "cd ./api-server && node development-entry.js",
Expand Down Expand Up @@ -55,6 +55,7 @@
"prettier": "^1.16.4", "prettier": "^1.16.4",
"readdirp-walk": "^1.7.0", "readdirp-walk": "^1.7.0",
"shortid": "^2.2.14", "shortid": "^2.2.14",
"shx": "^0.3.2",
"sinon": "^7.2.4", "sinon": "^7.2.4",
"sinon-express-mock": "^2.1.0", "sinon-express-mock": "^2.1.0",
"slugg": "^1.2.1" "slugg": "^1.2.1"
Expand Down

0 comments on commit b3c612f

Please sign in to comment.