Skip to content

Commit 3ec8ba5

Browse files
committed
ci(models): remove models-transformers:nx-release-publish as dependency
1 parent 8e63515 commit 3ec8ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "packages/models/src",
55
"projectType": "library",
6-
"implicitDependencies": ["models-transformers"],
76
"targets": {
87
"build": {
8+
"dependsOn": [{ "projects": "models-transformers", "target": "build" }],
99
"executor": "@nx/js:tsc",
1010
"outputs": ["{options.outputPath}"],
1111
"options": {

0 commit comments

Comments
 (0)