Skip to content

Commit 0a316a3

Browse files
committed
fix: moving to ncc
1 parent f34aaa8 commit 0a316a3

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

cli/create-start-app/package.json

Lines changed: 2 additions & 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"
8+
"build": "ncc build src/index.ts"
99
},
1010
"repository": {
1111
"type": "git",
@@ -29,6 +29,7 @@
2929
"engine": "workspace:*"
3030
},
3131
"devDependencies": {
32+
"@vercel/ncc": "^0.38.3",
3233
"@types/node": "^22.13.4",
3334
"typescript": "^5.6.3"
3435
}

cli/create-tsrouter-app/package.json

Lines changed: 2 additions & 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"
8+
"build": "ncc build src/index.ts"
99
},
1010
"repository": {
1111
"type": "git",
@@ -29,6 +29,7 @@
2929
"engine": "workspace:*"
3030
},
3131
"devDependencies": {
32+
"@vercel/ncc": "^0.38.3",
3233
"@types/node": "^22.13.4",
3334
"typescript": "^5.6.3"
3435
}

packages/engine/src/create-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,6 @@ Use the following commands to start your app:
787787
% cd ${options.projectName}
788788
% ${startCommand}
789789
790-
Please check the README.md for more information on testing, styling, adding routes, react-query, etc.${errorStatement}`)
790+
Please read the README.md for more information on testing, styling, adding routes, react-query, etc.${errorStatement}`)
791791
}
792792
}

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)