Make release workflow build the docs

This commit is contained in:
Vanilagy
2026-07-01 11:40:03 +02:00
parent 50b281a9f8
commit d8d22aa4eb
+3 -2
View File
@@ -60,8 +60,9 @@ jobs:
- name: Run tests
run: xvfb-run npm test
- name: Run build
run: npm run build
# Building the docs also builds the core library
- name: Build everything
run: npm run docs:build
- name: Upload build artifacts
env: