Skip to content

Commit 45cbe9e

Browse files
authored
npx ?
1 parent 6c157f1 commit 45cbe9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"format-fix": "prettier --write .",
1616
"fix": "npm run lint-fix && npm run format-fix",
1717
"ngrok": "ngrok http 8787",
18-
"register": "ts-node-esm src/register.ts",
19-
"env-var-check": "ts-node-esm config/envVarCheck.ts"
18+
"register": "npx ts-node src/register.ts",
19+
"env-var-check": "npx ts-node config/envVarCheck.ts"
2020
},
2121
"keywords": [],
2222
"author": "",

0 commit comments

Comments
 (0)