Skip to content

Commit 07789f5

Browse files
committed
fix build script
1 parent bc305ab commit 07789f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
7-
"build": "ng build",
7+
"build": "ng build --prod",
88
"lint": "ng lint",
99
"hmr": "ng serve --configuration hmr"
1010
},

0 commit comments

Comments
 (0)