refactor(pega): Removed Pega references from the application (TV-242)

Squashed commit of the following:

commit f0af4736b6a196db9a1306ca8b355c62610905ee
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date:   Thu Jun 3 06:32:21 2021 +0200

    Removed PEGA references from repository
This commit is contained in:
Erik Tiekstra
2021-06-04 09:23:55 +02:00
parent 61c3c2ff59
commit d91b3e6445
10 changed files with 15 additions and 173 deletions

View File

@@ -11,11 +11,9 @@
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"nx": "nx",
"start": "ng serve dafa-web",
"start:pega": "ng serve dafa-web --configuration pega",
"start:dotnet": "ng serve dafa-web --configuration dotnet",
"start:api": "ng serve dafa-web --configuration api",
"build": "ng build dafa-web",
"build:pega": "ng build dafa-web --configuration pega",
"build:dotnet": "ng build dafa-web --configuration dotnet",
"build:api": "ng build dafa-web --configuration api",
"test": "ng test dafa-web",
"release": "bash ./tools/release.sh",
"release:dry": "bash ./tools/release.sh dry",