This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 0a5a85e7 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

pipeline changes

parent 91fd9f38
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
image: jhipster/jhipster:v7.6.0
image: jhipster/jhipster:latest
cache:
key: '$CI_COMMIT_REF_NAME'
......
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",
......
......@@ -23,7 +23,6 @@
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true,
"enableIvy": false,
"preserveWhitespaces": true,
"types": ["node"]
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment