mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
chore: avoid building frontend twice (#3918)
## About the changes Running `yarn install` without the `dist` folder will trigger a `yarn build` automatically as part of the `prepare script` As we can see here: https://github.com/Unleash/unleash/actions/runs/5200272004/jobs/9378770279 ``` [build:frontend] ✓ built in 41.10s // more output [build:frontend] ✓ built in 39.81s ```
This commit is contained in:
parent
3d344509a8
commit
51fc8f0550
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -23,7 +23,6 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
yarn build
|
|
||||||
- name: Publish to npm
|
- name: Publish to npm
|
||||||
run: |
|
run: |
|
||||||
LATEST=$(npm show unleash-server version)
|
LATEST=$(npm show unleash-server version)
|
||||||
|
Loading…
Reference in New Issue
Block a user