Initialize plugins in PluginManager::new and fix CLI release deps

This commit is contained in:
Gregory Schier
2026-02-22 15:06:55 -08:00
parent 50c7992b42
commit 4aef826a80
6 changed files with 48 additions and 78 deletions

View File

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