Yuki Takei 6 лет назад
Родитель
Сommit
02be388f44
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      .github/workflows/ci.yml

+ 5 - 1
.github/workflows/ci.yml

@@ -170,14 +170,18 @@ jobs:
         path: node_modules
         key: ${{ runner.OS }}-node_modules-prod-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
     - name: Install dependencies
-      if: steps.cache.outputs.cache-hit != 'true'
       run: |
         yarn add growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs
+      env:
+        NODE_ENV: production
     - name: Print dependencies
       run: |
         echo -n "node " && node -v
         echo -n "npm " && npm -v
         yarn list --depth=0
+    - name: Create dummy manifest file
+      run: |
+        echo "{}" > public/manifest.json
     - name: Launch MongoDB
       uses: wbari/start-mongoDB@v0.2
       with: