1
0
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:
sjaanus 2022-08-24 13:47:05 +00:00
parent eb82686a1e
commit 0c9be121c4
2 changed files with 2 additions and 1 deletions

View File

@ -10,3 +10,4 @@ website/core
website/pages
website
setupJest.js
frontend

View File

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