Skip to content
Snippets Groups Projects
Commit 599db8c4 authored by Hussain Ali's avatar Hussain Ali
Browse files

fixed missing polyfill change breaking ci on

e2e test run
parent 2d6f6324
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ test:karma:
paths:
- ${PROJECT_DIR}/coverage/
only:
- main
- main, fix-ci
test:e2e:
stage: test
......@@ -42,7 +42,7 @@ test:e2e:
- cd ${PROJECT_DIR}
- ng e2e --webdriver-update=false
only:
- main
- main, fix-ci
test:nglint:
stage: test
......@@ -51,7 +51,7 @@ test:nglint:
- cd ${PROJECT_DIR}
- ng lint
only:
- main
- main, fix-ci
build:
stage: build
......
This diff is collapsed.
......@@ -7,7 +7,8 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"e2e-ci": "ng e2e --webdriver-update=false"
},
"private": true,
"dependencies": {
......@@ -30,6 +31,7 @@
"n3": "^1.10.0",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"url": "^0.11.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment