Skip to content

Commit

Permalink
fix: html when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed Sep 6, 2024
1 parent 3829fd8 commit 11476c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 69 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- run: bun run tsc
- run: bun run lint
- run: bun run build-cli
- run: bun run copy-html
- run: bun run sanity-check
- uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions tsm-cli/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bin/tsm
bin/dashboard.html
69 changes: 0 additions & 69 deletions tsm-cli/bin/dashboard.html

This file was deleted.

0 comments on commit 11476c2

Please sign in to comment.