Skip to content

Commit

Permalink
chore: use tsx instead esno
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jul 31, 2024
1 parent 68391d8 commit 73dace1
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dev": "pnpm build --watch",
"format": "prettier --write .",
"prepare": "husky install",
"release": "esno scripts/release.ts",
"release": "tsx scripts/release.ts",
"test": "jest",
"test:cov": "jest --collectCoverage"
},
Expand Down Expand Up @@ -74,7 +74,6 @@
"@types/minimatch": "3.0.5",
"@types/node": "^18.15.13",
"@umijs/test": "^4.0.68",
"esno": "^0.16.3",
"git-repo-info": "^2.1.1",
"husky": "^8.0.3",
"jest": "^27",
Expand All @@ -85,6 +84,7 @@
"prettier-plugin-packagejson": "^2.4.3",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"tsx": "^4.16.3",
"zx": "^4.3.0"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit 73dace1

Please sign in to comment.