We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c157f1 commit 45cbe9eCopy full SHA for 45cbe9e
package.json
@@ -15,8 +15,8 @@
15
"format-fix": "prettier --write .",
16
"fix": "npm run lint-fix && npm run format-fix",
17
"ngrok": "ngrok http 8787",
18
- "register": "ts-node-esm src/register.ts",
19
- "env-var-check": "ts-node-esm config/envVarCheck.ts"
+ "register": "npx ts-node src/register.ts",
+ "env-var-check": "npx ts-node config/envVarCheck.ts"
20
},
21
"keywords": [],
22
"author": "",
0 commit comments