Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
silicia-apps committed Oct 9, 2023
1 parent ace03a7 commit 6c64b9f
Show file tree
Hide file tree
Showing 3 changed files with 4,017 additions and 4,244 deletions.
26 changes: 21 additions & 5 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,25 @@
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"cacheableOperations": [
"build",
"lint",
"test",
"e2e"
],
"accessToken": "YTgyOTY2NGYtZjNiYy00M2I2LWJjMzctYWViM2EwZTgzNTUxfHJlYWQtd3JpdGU="
}
}
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production"
]
},
"test": {
"inputs": [
Expand All @@ -24,7 +34,10 @@
]
},
"e2e": {
"inputs": ["default", "^production"]
"inputs": [
"default",
"^production"
]
},
"lint": {
"inputs": [
Expand All @@ -35,7 +48,10 @@
}
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"production": [
"default",
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
Expand Down
Loading

0 comments on commit 6c64b9f

Please sign in to comment.