force dev deps install on prod for build

This commit is contained in:
Joseph Ditton 2021-12-04 20:49:30 -07:00
parent 39d46f6e41
commit 460c4be094

View File

@ -18,7 +18,7 @@
"db:setup": "bash bin/create_db.sh && yarn db:migrate && yarn db:seed",
"prebuild": "rimraf dist",
"postbuild": "yarn db:migrate && yarn db:seed",
"postinstall": "cd client && yarn",
"postinstall": "cd client && NODE_ENV=development yarn",
"build": "nest build && yarn client:build",
"format": "prettier --write \"server/**/*.ts\" \"test/**/*.ts\"",
"console": "ts-node -r tsconfig-paths/register server/console.ts",