Skip to content

Commit

Permalink
test: cleanup first
Browse files Browse the repository at this point in the history
  • Loading branch information
aniravi24 committed Sep 28, 2024
1 parent 66a3c2b commit 7a24bb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sweet-hotels-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typefusion": patch
---

Support multiple databases and change script configuration
2 changes: 1 addition & 1 deletion packages/typefusion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scripts": {
"build": "tsup",
"coverage": "vitest --config ./vitest.config.ts --coverage",
"test": "tsc -p tsconfig.example.json && dotenv -- vitest",
"test": "pnpm clean && tsc -p tsconfig.example.json && dotenv -- vitest",
"test-ci": "tsc -p tsconfig.example.json && dotenv -- vitest run --coverage",
"typecheck": "tsc --noEmit",
"build-example-watch": "tsc -w -p tsconfig.example.json",
Expand Down

0 comments on commit 7a24bb5

Please sign in to comment.