diff --git a/package.json b/package.json index 304fa2c22..f0b379d41 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "private": true, "scripts": { "postinstall": "node ./scripts/install-packages.js", - "build": "node ./scripts/build.js", + "build": "yarn workspaces foreach run build && yarn run gulp", "start": "cd packages/backend && node --experimental-json-modules ./built/boot/index.js", "start:test": "cd packages/backend && cross-env NODE_ENV=test node --experimental-json-modules ./built/boot/index.js", "init": "yarn migrate",