Skip to content

Commit ea08198

Browse files
committed
fix: build location fix
1 parent c2bae46 commit ea08198

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

cli/create-start-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"bin": "./dist/index.js",
66
"type": "module",
77
"scripts": {
8-
"build": "tsc src/index.ts",
8+
"build": "tsc src/index.ts --outDir dist",
99
"start": "node dist/index.js"
1010
},
1111
"repository": {

cli/create-start-app/src/index.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

cli/create-tsrouter-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"bin": "./dist/index.js",
66
"type": "module",
77
"scripts": {
8-
"build": "tsc src/index.ts",
8+
"build": "tsc src/index.ts --outDir dist",
99
"start": "node dist/index.js"
1010
},
1111
"repository": {

cli/create-tsrouter-app/src/index.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)