mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-23 19:15:00 +01:00
Initialize plugins in PluginManager::new and fix CLI release deps
This commit is contained in:
6
.github/workflows/release-cli-npm.yml
vendored
6
.github/workflows/release-cli-npm.yml
vendored
@@ -27,9 +27,15 @@ jobs:
|
||||
with:
|
||||
node-version: lts/*
|
||||
|
||||
- name: Install Rust stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Install wasm-pack
|
||||
run: npm run bootstrap:install-wasm-pack
|
||||
|
||||
- name: Build plugin assets
|
||||
run: |
|
||||
npm run build-plugins
|
||||
|
||||
Reference in New Issue
Block a user