Browse Source

fix app.json (add YARN_PRODUCTION=false)

Yuki Takei 8 years ago
parent
commit
dba4c21681
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app.json

+ 1 - 0
app.json

@@ -9,6 +9,7 @@
   "success_url": "/",
   "success_url": "/",
   "env": {
   "env": {
     "NODE_ENV": "production",
     "NODE_ENV": "production",
+    "YARN_PRODUCTION": false,
     "SECRET_TOKEN": {
     "SECRET_TOKEN": {
       "description": "A secret key for verifying the integrity of signed cookies.",
       "description": "A secret key for verifying the integrity of signed cookies.",
       "generator": "secret"
       "generator": "secret"