Skip to content

Commit 9469da5

Browse files
test(angular-versions): fix serve directory for angular v7 test
1 parent ebd2e40 commit 9469da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-angular-versions/v7/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "ng build",
88
"test": "npm run e2e",
99
"lint": "ng lint",
10-
"e2e": "npm run build && cypress-runner run --path dist/angularV7"
10+
"e2e": "npm run build && cypress-runner run --path dist/v7"
1111
},
1212
"private": true,
1313
"dependencies": {

0 commit comments

Comments
 (0)