mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-24 01:18:01 +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 }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- run: yarn
|
- run: yarn
|
||||||
# - run: yarn build:frontend # not needed
|
- run: yarn build:frontend
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
- run: yarn run test
|
- run: yarn run test
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user