There was an error fetching the commit references. Please try again later.
pipeline changes
parent
91fd9f38
source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -42,7 +42,7 @@ |
"e2e:dev": "concurrently -k -s first \"./mvnw\" \"npm run e2e\"", | ||
"e2e:devserver": "concurrently -k -s first \"npm run backend:start\" \"npm start\" \"wait-on http-get://localhost:9000 && npm run e2e:headless -- -c baseUrl=http://localhost:9000\"", | ||
"pree2e:headless": "npm run ci:server:await", | ||
"e2e:headless": "npm run e2e:protractor:headless --", | ||
"e2e:headless": "npm run e2e:protractor --headless --disable-gpu", | ||
"e2e:protractor": "protractor src/test/javascript/protractor.conf.js", | ||
"e2e:protractor:headless": "npm run e2e:protractor --", | ||
"e2e:update-webdriver": "webdriver-manager update --gecko false", | ||
... | ... | @@ -113,7 +113,7 @@ |
"lodash": "^4.17.21", | ||
"moment": "^2.29.1", | ||
"ngx-cookie-service": "^13.1.2", | ||
"ngx-infinite-scroll": "^10.0.1", | ||
"ngx-infinite-scroll": "10.0.1", | ||
"ngx-markdown": "^13.0.0", | ||
"ngx-webstorage": "9.0.0", | ||
"rxjs": "^7.5.2", | ||
... | ... | @@ -125,9 +125,9 @@ |
"devDependencies": { | ||
"@angular-builders/custom-webpack": "13.0.0", | ||
"@angular-builders/jest": "13.0.2", | ||
"@angular-devkit/build-angular": "13.3.5", | ||
"@angular-devkit/build-angular": "13.1.2", | ||
"@angular-eslint/eslint-plugin": "13.0.1", | ||
"@angular/cli": "13.3.5", | ||
"@angular/cli": "13.1.2", | ||
"@angular/compiler-cli": "13.1.3", | ||
"@angular/service-worker": "13.1.3", | ||
"@types/chai": "4.2.14", | ||
... | ... |
Please register or sign in to comment