ci: add build step in pre-release (#10845)
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
This commit is contained in:
parent
d4bf52985e
commit
34953dc3f0
5
.github/workflows/pre-release.yml
vendored
5
.github/workflows/pre-release.yml
vendored
@ -26,7 +26,10 @@ jobs:
|
|||||||
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build
|
- name: Build all packages
|
||||||
|
run: |
|
||||||
|
npm run build
|
||||||
|
- name: Build docs
|
||||||
env:
|
env:
|
||||||
PUBLISH: 1
|
PUBLISH: 1
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user