Skip to content

Commit

Permalink
build: fix project deps in nx.json (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevaru authored Jul 23, 2024
1 parent 721312b commit 28a5c0c
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,6 @@
}
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
],
"release": [
{
"target": "release",
"projects": "dependencies"
}
]
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
Expand All @@ -64,8 +50,12 @@
"targetDefaults": {
"build": {
"inputs": ["production", "^production"],
"dependsOn": ["^build"],
"cache": true
},
"release": {
"dependsOn": ["^release"]
},
"lint": {
"cache": true
},
Expand Down

0 comments on commit 28a5c0c

Please sign in to comment.