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:
parent
3c6691284f
commit
00549ceaa4
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user