Skip to content

Commit 94272de

Browse files
author
Alexander Kharkovey
committed
feat(json-api-nestjs): new-version 3.x.x
support TypeOrm 3.x.x and NestJS 9 BREAKING CHANGE: change init custom controller and config
1 parent dcc03d7 commit 94272de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

libs/json-api-nestjs/project.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"projectType": "library",
66
"targets": {
77
"deploy": {
8-
"executor": "@ng-builders/semrel:release",
9-
"dependsOn": [{ "projects": "self", "target": "release" }],
8+
"executor": "./dist/libs/sevrel:release",
9+
"dependsOn": [
10+
{ "projects": "dependencies", "target": "build" },
11+
{ "projects": "self", "target": "release" }
12+
],
1013
"options": {
1114
"npm": {
1215
"pkgRoot": "./dist/libs/json-api-nestjs"

0 commit comments

Comments
 (0)