8000 chore: build vtk.js before building examples · Kitware/vtk-js@f095768 · GitHub
[go: up one dir, main page]

Skip to content

Commit f095768

Browse files
committed
chore: build vtk.js before building examples
1 parent eaa328b commit f095768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
node-version: 22
7272
- name: Install dependencies
7373
run: npm ci
74+
- name: Build
75+
run: npm run build:release
7476
- name: Build API docs
7577
run: npm run doc:generate-api
7678
- name: Build docs

0 commit comments

Comments
 (0)
0