Skip to content

Commit

Permalink
build: eat dog food
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Apr 30, 2024
1 parent 9906416 commit 653bc2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
out
tmp
v8-compile-cache-*
tsx-*
5 changes: 3 additions & 2 deletions packages/tscx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@
"tscx": "./dist/bin/tscx.cjs"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"build": "tsx ./src/bin/tscx.cts -p tsconfig.build.json",
"test": "vitest run"
},
"dependencies": {
"chokidar": "3.6.0",
"commander": "12.0.0"
},
"devDependencies": {
"@types/node": "20.12.7"
"@types/node": "20.12.7",
"tsx": "4.7.3"
},
"peerDependencies": {
"typescript": "*"
Expand Down

0 comments on commit 653bc2e

Please sign in to comment.