mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 19:01:14 +01:00
ci(cli): use build script with SKIP_WASM_BUILD in release workflow
This commit is contained in:
7
.github/workflows/release-cli-npm.yml
vendored
7
.github/workflows/release-cli-npm.yml
vendored
@@ -33,12 +33,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Install wasm-pack
|
||||
run: npm run bootstrap:install-wasm-pack
|
||||
|
||||
- name: Build plugin assets
|
||||
env:
|
||||
SKIP_WASM_BUILD: "1"
|
||||
run: |
|
||||
npm run build-plugins
|
||||
npm run build
|
||||
npm run vendor:vendor-plugins
|
||||
|
||||
- name: Upload vendored assets
|
||||
|
||||
Reference in New Issue
Block a user