Skip to content

Commit

Permalink
Add more stuff to Dockerfiles input
Browse files Browse the repository at this point in the history
  • Loading branch information
AndesKrrrrrrrrrrr committed Nov 28, 2024
1 parent 5f3cca6 commit d7aa5ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,18 @@
}
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals", "DevOps"],
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"nodeVersion": [
{
"runtime": "node --version"
}
],
"DevOps": ["CI", "Dockerfiles"],
"CI": [
"{workspaceRoot}/**/docker-compose*.yml",
"{workspaceRoot}/.github/actions/",
"{workspaceRoot}/.github/workflows/"
"{workspaceRoot}/.github/workflows/",
"{workspaceRoot}/**/.dockerignore"
],
"Dockerfiles": [
"{workspaceRoot}/**/Dockerfile",
Expand Down

0 comments on commit d7aa5ff

Please sign in to comment.