ci(cli): use build script with SKIP_WASM_BUILD in release workflow

This commit is contained in:
Gregory Schier
2026-02-22 15:26:21 -08:00
parent 4aef826a80
commit c6b7cb2e32
2 changed files with 3 additions and 5 deletions

View File

@@ -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