Skip to content

Commit 94ce7c6

Browse files
committed
fix script
1 parent 7e2b061 commit 94ce7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/directives/attribute-directives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "ng test",
1010
"lint": "ng lint",
1111
"e2e": "ng e2e",
12-
"test:ci": "../../if-changed.js && (npm install && ng test --watch=false) --watch=false || echo 'skipping tests'"
12+
"test:ci": "../../if-changed.js && (npm install && ng test --watch=false) || echo 'skipping tests'"
1313
},
1414
"private": true,
1515
"dependencies": {

0 commit comments

Comments
 (0)