Skip to content

Commit

Permalink
chore(deps): use esno to replace ts-node (#8152)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 13, 2022
1 parent ab5c475 commit 5901ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild && pnpm run patch-cjs",
"patch-cjs": "ts-node ../../scripts/patchCJS.ts",
"patch-cjs": "esno ../../scripts/patchCJS.ts",
"prepublishOnly": "npm run build"
},
"engines": {
Expand Down

0 comments on commit 5901ec4

Please sign in to comment.