Skip to content

Commit c7b95b5

Browse files
committed
chore: fix e2e tests to use e2e app. (#482)
1 parent 6a84fc5 commit c7b95b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build-and-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if is_lint; then
1919
npm run tslint
2020
npm run ci:forbidden-identifiers
2121
elif is_e2e; then
22-
ng serve &
22+
MD_APP=e2e ng serve &
2323
sleep 20
2424
ng e2e
2525
else

0 commit comments

Comments
 (0)