diff --git a/package.json b/package.json index b3e521bcb1..c10df695ec 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "scripts": { "audit": "npm audit && lerna exec --concurrency 1 'echo $LERNA_PACKAGE_NAME && npm audit'", "audit:fix": "npm audit fix && lerna exec --concurrency 1 'echo $LERNA_PACKAGE_NAME && npm audit fix'", + "build": "npm-run-all ensure-env -p build:*", + "build:client": "cd ./client && npm run build", + "build:server": "cd ./api-server && npm run build", "bootstrap": "lerna bootstrap --ci", "clean": "npm-run-all clean:gatsby-site clean:packages", "clean:root-deps": "shx rm -rf node_modules",