Skip to content

Commit

Permalink
chore: Use tsx directly instead of via esno (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 authored Jul 13, 2024
1 parent fe16bf7 commit c929426
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 34 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
],
"scripts": {
"prepublishOnly": "npm run build",
"dev": "esno src/commands/ni.ts",
"nr": "esno src/commands/nr.ts",
"dev": "tsx src/commands/ni.ts",
"nr": "tsx src/commands/nr.ts",
"build": "unbuild",
"stub": "unbuild --stub",
"release": "bumpp && npm publish",
Expand All @@ -57,7 +57,6 @@
"@types/which": "^3.0.3",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"esno": "^4.0.0",
"fast-glob": "^3.3.2",
"find-up": "^6.3.0",
"fs-extra": "^11.1.1",
Expand All @@ -66,6 +65,7 @@
"kleur": "^4.1.5",
"rimraf": "^5.0.5",
"terminal-link": "^3.0.0",
"tsx": "^4.16.2",
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.6",
Expand Down
Loading

0 comments on commit c929426

Please sign in to comment.