Added open-shift configuration for api-route

This commit is contained in:
Erik Tiekstra
2021-08-02 09:20:41 +02:00
parent cbe41ab74c
commit fe89d57d3f
6 changed files with 21 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
"start:api": "ng serve dafa-web --configuration api",
"build": "ng build dafa-web",
"build:api": "ng build dafa-web --configuration api",
"build:open-shift": "ng build dafa-web --configuration open-shift",
"test": "ng test dafa-web",
"release": "bash ./tools/release.sh",
"release:dry": "bash ./tools/release.sh dry",