Skip to content

Commit 1e34d18

Browse files
ci(sample): update build script
1 parent cd15860 commit 1e34d18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sample/08-webpack/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Nest TypeScript starter repository",
55
"license": "MIT",
66
"scripts": {
7-
"build": "nest build --watch --webpack",
7+
"build": "nest build --webpack",
8+
"build:dev": "nest build --watch --webpack",
89
"start": "node dist/main"
910
},
1011
"dependencies": {

0 commit comments

Comments
 (0)