Skip to content

Commit

Permalink
refactor: replace bun with node runtime for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mherod committed Jan 3, 2025
1 parent f1015d9 commit 42b474f
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 6 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dev": "tsc -w -p tsconfig.json & tsc-alias -w -p tsconfig.json",
"lint": "tsc --noEmit && eslint . --format=codeframe",
"lint:fix": "tsc --noEmit && eslint . --format=codeframe --fix",
"read-github": "NODE_OPTIONS=\"-r tsconfig-paths/register\" ts-node -P scripts/tsconfig.json scripts/readGithubCookies.ts",
"read-github": "NODE_OPTIONS=\"-r tsconfig-paths/register\" tsx scripts/readGithubCookies.ts",
"prepare": "husky install",
"docs:dev": "vitepress dev docs",
"docs:preview": "vitepress preview docs",
Expand Down Expand Up @@ -89,6 +89,7 @@
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsup": "^8.3.5",
"tsx": "4.19.2",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typescript": "^5.7.2",
Expand Down
Loading

0 comments on commit 42b474f

Please sign in to comment.