Added semantic-release

This commit is contained in:
Erik Tiekstra
2021-05-18 09:43:06 +02:00
parent a0039e7e0e
commit e1634dc221
4 changed files with 9230 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
"build:pega": "ng build dafa-web --configuration pega",
"test": "ng test",
"test:dafa": "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",
@@ -87,6 +89,7 @@
"jest": "26.2.2",
"jest-preset-angular": "8.3.2",
"prettier": "2.2.1",
"semantic-release": "^17.4.3",
"ts-jest": "26.4.0",
"ts-node": "~9.1.1",
"typescript": "~4.0.3"