docs(readme): Updated documentation on how to run and release the application

This commit is contained in:
Erik Tiekstra
2021-05-18 10:59:56 +02:00
parent 2b4dc1a38c
commit 482357b118
2 changed files with 61 additions and 14 deletions

View File

@@ -10,19 +10,15 @@
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"nx": "nx",
"start": "ng serve",
"start:dafa": "ng serve dafa-web",
"start": "ng serve dafa-web",
"start:pega": "ng serve dafa-web --configuration pega",
"build": "ng build",
"build:dafa": "ng build dafa-web",
"build": "ng build dafa-web",
"build:pega": "ng build dafa-web --configuration pega",
"test": "ng test",
"test:dafa": "ng test dafa-web",
"test": "ng test dafa-web",
"release": "bash ./tools/release.sh",
"release:dry": "bash ./tools/release.sh dry",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"e2e:dafa": "ng e2e dafa-web",
"e2e": "ng e2e dafa-web",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",