feat: add script to clean, install and develop

pull/36862/head
Oliver Eyton-Williams 2019-09-27 09:30:34 +02:00 committed by mrugesh
parent f159645810
commit 6b5aaee3c5
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"build:server": "cd ./api-server && npm run build",
"bootstrap": "lerna bootstrap --ci",
"clean": "npm-run-all clean:gatsby-site clean:packages",
"clean-and-develop": "npm run clean && npm ci && npm run develop",
"clean:root-deps": "shx rm -rf node_modules",
"clean:packages": "lerna clean -y",
"clean:gatsby-site": "cd ./client && npm run clean",