Yuki Takei 3 лет назад
Родитель
Сommit
844037d4c9
2 измененных файлов с 9 добавлено и 0 удалено
  1. 1 0
      package.json
  2. 8 0
      turbo.json

+ 1 - 0
package.json

@@ -30,6 +30,7 @@
     ]
   },
   "scripts": {
+    "bootstrap": "yarn install --frozen-lockfile",
     "start": "yarn app:server",
     "prestart": "yarn app:build",
     "app:build": "turbo run build --filter @growi/app",

+ 8 - 0
turbo.json

@@ -7,6 +7,14 @@
   ],
   "pipeline": {
 
+    "bootstrap": {
+      "dependsOn": ["//#bootstrap"],
+      "cache": false
+    },
+    "//#bootstrap": {
+      "cache": false
+    },
+
     "clean": {
       "cache": false
     },