fixes website & adds editor.api.d.ts (#5104)

This commit is contained in:
Henning Dieterichs 2025-11-07 18:47:33 +01:00 committed by GitHub
parent 36efbe07d9
commit e70b6618f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 26 additions and 24 deletions

View file

@ -40,6 +40,10 @@ jobs:
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: npm ci
# For TypeDoc
- name: Build
run: npm run build
- name: Install website node modules
working-directory: website
run: npm ci