Skip to content

Commit

Permalink
refactor(core): run entrypoint via tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela committed Oct 15, 2024
1 parent 5c96439 commit 94c69d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/audit-licenses.js",
"start": "tsx src/audit-licenses.ts",
"typecheck": "tsc --noEmit --incremental false"
},
"devDependencies": {
"@license-auditor/eslint-config": "*",
"@license-auditor/typescript-config": "*",
"tsx": "4.19.1",
"typescript": "5.6.2"
}
}

0 comments on commit 94c69d9

Please sign in to comment.