Skip to content

Commit

Permalink
fix: fixed debug script (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tullis authored Sep 26, 2023
1 parent 136dc80 commit 82c3541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"scripts": {
"build": "tsc",
"build:exe": "npm run build && rollup -c && pkg dist/rollup-output.cjs --target host --output exe/rdme",
"debug": "ts-node src/cli.ts",
"debug": "ts-node --esm src/cli.ts",
"lint": "alex . && knip && npm run lint:ts && npm run prettier && npm run schemas:check",
"lint:ts": "eslint . --ext .js,.ts",
"prebuild": "rm -rf dist/",
Expand Down

0 comments on commit 82c3541

Please sign in to comment.