diff --git a/.github/workflows/release-editor.yml b/.github/workflows/release-editor.yml index 8d3f4e5c..7fd361a4 100644 --- a/.github/workflows/release-editor.yml +++ b/.github/workflows/release-editor.yml @@ -91,6 +91,19 @@ jobs: cd packages/behavior-tree npm run build + - name: Install wasm-pack + run: cargo install wasm-pack + + - name: Build engine package (Rust WASM) + run: | + cd packages/engine + npm run build + + - name: Build ecs-engine-bindgen package + run: | + cd packages/ecs-engine-bindgen + npm run build + - name: Build Tauri app uses: tauri-apps/tauri-action@v0.5 env: