Add bootstrap to release script (to fix lint)

This commit is contained in:
Gregory Schier
2025-09-22 08:57:05 -07:00
parent 7951f3a7bd
commit 523e7dcf16
30 changed files with 32 additions and 30 deletions

View File

@@ -72,6 +72,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run bootstrap
run: npm run bootstrap
- name: Run lint
run: npm run lint