feat: add script to clean, install and develop

This commit is contained in:
Oliver Eyton-Williams
2019-09-27 09:30:34 +02:00
committed by mrugesh
parent f159645810
commit 6b5aaee3c5

View File

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