summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 20:49:30 -0700
committerJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 20:49:30 -0700
commit460c4be094b0f51514c8f095a8d2b55495e3019b (patch)
tree0ea13d58146ae65a828735a7c6733252e3d6b3b4
parent39d46f6e410c05cb7f3b7a24beec776c5607f38d (diff)
downloadlocchat-460c4be094b0f51514c8f095a8d2b55495e3019b.tar.gz
locchat-460c4be094b0f51514c8f095a8d2b55495e3019b.zip
force dev deps install on prod for build
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a398158..feb123b 100644
--- a/package.json
+++ b/package.json
@@ -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",