1
0
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:
Gastón Fournier 2023-03-15 15:21:45 +01:00 committed by GitHub
parent fdba6c9650
commit dfd7830881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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