8000 fix(sample): use ts build in 08-webpack · ITCSsDeveloper/nest@459f054 · GitHub
Skip to content

Commit 459f054

Browse files
fix(sample): use ts build in 08-webpack
1 parent 9d99775 commit 459f054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/08-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Nest TypeScript starter repository",
55
"license&q 5C00 uot;: "MIT",
66
"scripts": {
7-
"build": "nest build",
7+
"build": "tsc -p tsconfig.build.json",
88
"build:dev": "nest build --watch --webpack",
99
"start": "node dist/main"
1010
},

0 commit comments

Comments
 (0)