Yuki Takei пре 7 година
родитељ
комит
a507cc6185
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      app.json

+ 4 - 1
app.json

@@ -8,7 +8,10 @@
   "repository": "https://github.com/weseek/growi",
   "repository": "https://github.com/weseek/growi",
   "success_url": "/",
   "success_url": "/",
   "env": {
   "env": {
-    "NODE_ENV": "development",
+    "NODE_ENV": {
+      "description": "DO NOT CHANGE - 'yarn' needs this to install devDependencies",
+      "value": "development"
+    },
     "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"