Skip to content

Commit

Permalink
Add build:clean command and use it in CI
Browse files Browse the repository at this point in the history
This is needed to make sure that there isn't some garbage left
from previous generations.
  • Loading branch information
p2004a committed Jun 16, 2024
1 parent c29d970 commit 6d5199a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3,416 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- run: npm run format:check
- run: npm run typecheck
- run: npm run lint
- run: npm run build && git diff --exit-code
- run: npm run build:clean && git diff --exit-code
- run: npm test
90 changes: 0 additions & 90 deletions docs/schema/game.md

This file was deleted.

Loading

0 comments on commit 6d5199a

Please sign in to comment.