Skip to content

Commit 918ac80

Browse files
author
Alexander Kharkovey
committed
refactor(json-api-nestjs): remove semrel from dev of package
1 parent 6cf237b commit 918ac80

File tree

3 files changed

+98
-17
lines changed

3 files changed

+98
-17
lines changed

libs/json-api-nestjs/project.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"deploy": {
88
"executor": "./dist/libs/semrel:release",
99
"dependsOn": [
10-
{ "projects": "dependencies", "target": "build" },
10+
{ "projects": "self", "target": "buildSemRel"},
1111
{ "projects": "self", "target": "release" }
1212
],
1313
"options": {
@@ -27,6 +27,16 @@
2727
"parallel": false
2828
}
2929
},
30+
"buildSemRel": {
31+
"executor": "nx:run-commands",
32+
"options": {
33+
"commands": [
34+
"npx nx build semrel"
35+
],
36+
"cwd": "./",
37+
"parallel": false
38+
}
39+
},
3040
"build": {
3141
"executor": "@nrwl/js:tsc",
3242
"outputs": [
@@ -76,6 +86,5 @@
7686
}
7787
}
7888
},
79-
"tags": [],
80-
"implicitDependencies": ["semrel"]
89+
"tags": []
8190
}

package-lock.json

Lines changed: 85 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@nestjs/swagger": "^6.1.2",
3030
"@nestjs/typeorm": "^9.0.1",
3131
"@nrwl/angular": "14.8.3",
32+
"ajv": "^8.11.0",
3233
"class-transformer": "^0.5.1",
3334
"class-validator": "^0.13.2",
3435
"nestjs-pino": "^3.1.1",

0 commit comments

Comments
 (0)