Skip to content

Commit ccd4e25

Browse files
committed
test(*): update test command
1 parent d73fab5 commit ccd4e25

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
@@ -7,7 +7,7 @@
77
"start": "ng serve",
88
"build": "ng build",
99
"watch": "ng build --watch --configuration development",
10-
"test": "ng test",
10+
"test": "ng test --watch=false",
1111
"lint": "ng lint",
1212
"format:fix": "prettier --write ."
1313
},

0 commit comments

Comments
 (0)