Skip to content

Commit

Permalink
use tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jul 23, 2023
1 parent bf61e6b commit 97f4c06
Show file tree
Hide file tree
Showing 6 changed files with 341 additions and 73 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"bench": "vitest bench",
"bench:ci": "CI=true vitest bench",
"build": "tsc --project tsconfig.build.json --outdir ./dist",
"build": "tsup",
"format": "rome format . --write",
"lint": "rome check .",
"lint:fix": "pnpm lint --apply",
Expand Down Expand Up @@ -47,6 +47,7 @@
"@wagmi/cli": "^1.3.0",
"husky": "^8.0.3",
"rome": "^12.1.3",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"viem": "^1.4.0",
"vitest": "^0.33.0"
Expand Down
Loading

0 comments on commit 97f4c06

Please sign in to comment.