1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-04 00:18:40 +01:00

fix: build is not present in npm package (#3759)

## About the changes
Before publishing we should build. This is because previously we were building on prepare https://github.com/Unleash/unleash/pull/3736/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L45
This commit is contained in:
Gastón Fournier 2023-05-12 15:24:27 +02:00 committed by GitHub
parent 3c6691284f
commit 00549ceaa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
- name: Build
run: |
yarn install --frozen-lockfile
yarn --cwd ./frontend build
yarn build
- name: Publish to npm
run: |
LATEST=$(npm show unleash-server version)