Skip to content

Commit 44d3efd

Browse files
author
staticwebdev
committed
Add production flag
1 parent 1a7d12c commit 44d3efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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
"test": "ng test",
99
"lint": "ng lint",
1010
"e2e": "ng e2e"
@@ -44,4 +44,4 @@
4444
"tslint": "~5.18.0",
4545
"typescript": "~3.7.5"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)