Skip to content

Commit f784cd8

Browse files
author
AndrzejSala
committed
chore(package): Add test watch script
1 parent b7eb52c commit f784cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"ng": "ng",
77
"start": "ng serve",
88
"build": "ng build filestack-angular",
9-
"test": "ng test filestack-angular",
9+
"test": "ng test filestack-angular --watch=false",
10+
"test:watch": "ng test filestack-angular",
1011
"lint": "ng lint",
1112
"e2e": "ng e2e",
1213
"release": "ng test filestack-angular --watch=false && ng build filestack-angular && standard-version",

0 commit comments

Comments
 (0)