mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Fix build PRs
This commit is contained in:
parent
eb82686a1e
commit
0c9be121c4
@ -10,3 +10,4 @@ website/core
|
||||
website/pages
|
||||
website
|
||||
setupJest.js
|
||||
frontend
|
||||
|
2
.github/workflows/build_prs.yaml
vendored
2
.github/workflows/build_prs.yaml
vendored
@ -17,6 +17,6 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'yarn'
|
||||
- run: yarn
|
||||
- run: yarn install --frozen-lockfile --ignore-scripts
|
||||
- run: yarn lint
|
||||
- run: yarn build:backend
|
||||
|
Loading…
Reference in New Issue
Block a user