|
|
@@ -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:
|