Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Generate reference docs
working-directory: ./packages/blockly
run: |
npx gulp typings
npm run typings
npm run docs
- name: Build the Docusaurus site
Expand Down
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ export default defineConfig(
'packages/blockly/.prettierrc.js',
'packages/blockly/gulpfile.mjs',
'packages/blockly/scripts/helpers.js',
'packages/blockly/scripts/lib/*.mjs',
'packages/blockly/scripts/package.mjs',
'packages/blockly/scripts/update_github_pages.mjs',
'packages/blockly/tests/mocha/.mocharc.js',
'packages/blockly/tests/migration/validate-renamings.mjs',
Expand Down
Loading
Loading