docs(readme): Updated documentation on how to run and release the application
This commit is contained in:
12
package.json
12
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user