refactor: move typedoc script into setup.mjs

This commit is contained in:
DuroCodes
2024-05-14 17:12:42 -04:00
parent deec96d45d
commit 96e71610ad
5 changed files with 7 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
run: bun install
- name: Build
run: rm -rf sern-handler && git clone https://github.com/sern-handler/handler sern-handler && cd sern-handler && bun install && cd .. && bun run build
run: bun run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3