Skip to content

Commit 1e3eb3c

Browse files
obiotclaude
andcommitted
CI: add spine-plugin build step to docs workflow
The Documentation & Examples workflow builds each package explicitly before building examples, but was missing the spine-plugin step, causing Vite to fail resolving @melonjs/spine-plugin. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7771174 commit 1e3eb3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: pnpm -F @melonjs/debug-plugin build
3737
- name: Build tiled-inflate-plugin
3838
run: pnpm -F @melonjs/tiled-inflate-plugin build
39+
- name: Build spine-plugin
40+
run: pnpm -F @melonjs/spine-plugin build
3941
- name: Build API docs
4042
run: pnpm doc
4143
- name: Build examples

0 commit comments

Comments
 (0)