mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
fix: add build frontend (#3324)
## About the changes Building main when building the main branch. I thought it was not needed but apparently it is
This commit is contained in:
parent
fdba6c9650
commit
dfd7830881
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'yarn'
|
||||
- run: yarn
|
||||
# - run: yarn build:frontend # not needed
|
||||
- run: yarn build:frontend
|
||||
- run: yarn lint
|
||||
- run: yarn run test
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user