We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bae46 commit ea08198Copy full SHA for ea08198
cli/create-start-app/package.json
@@ -5,7 +5,7 @@
5
"bin": "./dist/index.js",
6
"type": "module",
7
"scripts": {
8
- "build": "tsc src/index.ts",
+ "build": "tsc src/index.ts --outDir dist",
9
"start": "node dist/index.js"
10
},
11
"repository": {
cli/create-start-app/src/index.js
cli/create-tsrouter-app/package.json
cli/create-tsrouter-app/src/index.js
0 commit comments