Skip to content

Commit 37f36dc

Browse files
DeviceInfracopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 848042358
1 parent 021932b commit 37f36dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devtools/mobileharness/fe/v6/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "ng serve",
88
"build": "ng build",
99
"watch": "ng build --watch --configuration development",
10-
"test": "ng test --browsers ChromeHeadless --watch=false",
11-
"test:watch": "ng test"
10+
"test": "ng test",
11+
"test:ci": "ng test --browsers ChromeHeadless --watch=false"
1212
},
1313
"private": true,
1414
"dependencies": {

0 commit comments

Comments
 (0)