Skip to content

Commit 5acecfa

Browse files
committed
Update npm run scripts
1 parent 703bd8b commit 5acecfa

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
@@ -5,8 +5,8 @@
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",
8-
"build": "ng build",
9-
"test": "ng test --watch false",
8+
"build": "ng build --prod",
9+
"test": "ng test --no-watch",
1010
"lint": "ng lint",
1111
"e2e": "ng e2e"
1212
},

0 commit comments

Comments
 (0)