mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-02 20:04:05 +00:00
Merge branch 'dev' into rrt/dev
This commit is contained in:
commit
f29d810106
@ -58,7 +58,6 @@ services:
|
||||
- DB_PORT=5432
|
||||
- DB_USER=crc_user
|
||||
- PORT0=5001
|
||||
- RESET_DB=true
|
||||
- UPGRADE_DB=true
|
||||
ports:
|
||||
- "5001:5001"
|
||||
|
@ -18,7 +18,7 @@
|
||||
"e2e-wf:start": "cd docker && docker-compose up -d --force-recreate && cd ..",
|
||||
"e2e-wf": "npm run e2e-wf:stop && npm run e2e-wf:build && npm run e2e-wf:start",
|
||||
"env": "chmod +x ./docker/substitute-env-variables.sh && ./docker/substitute-env-variables.sh src/index.html PRODUCTION,API_URL,IRB_URL,HOME_ROUTE,BASE_HREF,DEPLOY_URL,PORT0,GOOGLE_ANALYTICS_KEY,SENTRY_KEY,TITLE",
|
||||
"ci": "npm run lint && npm run test:coverage && npm run env && npm run e2e:with-wf && sonar-scanner"
|
||||
"ci": "npm run lint && npm run test:coverage && sonar-scanner"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user