|
|
@@ -38,10 +38,6 @@ jobs:
|
|
|
run: |
|
|
|
yarn global add turbo
|
|
|
|
|
|
- - name: Install node-gyp
|
|
|
- run: |
|
|
|
- yarn global add node-gyp
|
|
|
-
|
|
|
- name: Prune repositories
|
|
|
run: |
|
|
|
turbo prune --scope=@growi/app
|
|
|
@@ -60,6 +56,7 @@ jobs:
|
|
|
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
+ yarn global add node-gyp
|
|
|
yarn --frozen-lockfile
|
|
|
|
|
|
- name: Restore dist
|
|
|
@@ -244,10 +241,6 @@ jobs:
|
|
|
run: |
|
|
|
yarn global add turbo
|
|
|
|
|
|
- - name: Install node-gyp
|
|
|
- run: |
|
|
|
- yarn global add node-gyp
|
|
|
-
|
|
|
- name: Prune repositories
|
|
|
run: |
|
|
|
turbo prune --scope=@growi/app
|
|
|
@@ -275,6 +268,7 @@ jobs:
|
|
|
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
+ yarn global add node-gyp
|
|
|
yarn --frozen-lockfile
|
|
|
yarn cypress install
|
|
|
|