mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02: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
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Install wasm-pack
|
|
||||||
run: npm run bootstrap:install-wasm-pack
|
|
||||||
|
|
||||||
- name: Build plugin assets
|
- name: Build plugin assets
|
||||||
|
env:
|
||||||
|
SKIP_WASM_BUILD: "1"
|
||||||
run: |
|
run: |
|
||||||
npm run build-plugins
|
npm run build
|
||||||
npm run vendor:vendor-plugins
|
npm run vendor:vendor-plugins
|
||||||
|
|
||||||
- name: Upload vendored assets
|
- name: Upload vendored assets
|
||||||
|
|||||||
@@ -70,7 +70,6 @@
|
|||||||
"app-dev": "node scripts/run-dev.mjs",
|
"app-dev": "node scripts/run-dev.mjs",
|
||||||
"migration": "node scripts/create-migration.cjs",
|
"migration": "node scripts/create-migration.cjs",
|
||||||
"build": "npm run --workspaces --if-present build",
|
"build": "npm run --workspaces --if-present build",
|
||||||
"build-plugins": "npm run --workspaces --if-present build",
|
|
||||||
"test": "npm run --workspaces --if-present test",
|
"test": "npm run --workspaces --if-present test",
|
||||||
"icons": "run-p icons:*",
|
"icons": "run-p icons:*",
|
||||||
"icons:dev": "tauri icon crates-tauri/yaak-app/icons/icon-dev.png --output crates-tauri/yaak-app/icons/dev",
|
"icons:dev": "tauri icon crates-tauri/yaak-app/icons/icon-dev.png --output crates-tauri/yaak-app/icons/dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user