Skip to content

Commit

Permalink
test: add vite
Browse files Browse the repository at this point in the history
  • Loading branch information
xantiagoma committed Sep 9, 2023
1 parent 689ba6b commit 6c0af09
Show file tree
Hide file tree
Showing 4 changed files with 2,124 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build": "tsup src/index.ts --format cjs,esm --dts",
"release": "pnpm run build && changeset publish",
"lint": "tsc",
"test": "vitest",
"generate:changelog": "changeset",
"generate:version": "changeset version",
"db:generate": "drizzle-kit generate:sqlite",
Expand Down Expand Up @@ -43,7 +44,8 @@
"drizzle-kit": "^0.19.13",
"tsup": "^7.2.0",
"tsx": "^3.12.8",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"vitest": "^0.34.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 6c0af09

Please sign in to comment.