fix build

This commit is contained in:
tamaina 2022-09-20 02:45:50 +00:00
parent e54ab1de78
commit b44dc9dbe8
1 changed files with 1 additions and 1 deletions

View File

@ -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",