mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
add manuell install von node-gyp for all frontend steps
This commit is contained in:
parent
1cb34fb4c0
commit
de69dd97d2
6
.github/workflows/test_frontend.yml
vendored
6
.github/workflows/test_frontend.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Frontend | Lint
|
||||
run: cd frontend && yarn && yarn run lint
|
||||
run: cd frontend && yarn global add node-gyp && yarn && yarn run lint
|
||||
|
||||
stylelint:
|
||||
if: needs.files-changed.outputs.frontend == 'true'
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Frontend | Stylelint
|
||||
run: cd frontend && yarn && yarn run stylelint
|
||||
run: cd frontend && yarn global add node-gyp && yarn && yarn run stylelint
|
||||
|
||||
locales:
|
||||
if: needs.files-changed.outputs.frontend == 'true'
|
||||
@ -81,4 +81,4 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Frontend | Locales
|
||||
run: cd frontend && yarn && yarn run locales
|
||||
run: cd frontend && yarn global add node-gyp && yarn && yarn run locales
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user