Skip to content

Commit

Permalink
Merge branch 'testing-501-recipe-preview-ct-solution' into testing-50…
Browse files Browse the repository at this point in the history
…2-recipe-filter-ct-starter
  • Loading branch information
yjaaidi committed Oct 8, 2024
2 parents 0b9e546 + 77b571f commit 06a8fb7
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,26 @@
},
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production"
],
"dependsOn": ["^build"],
"inputs": ["production", "^production"],
"cache": true
},
"component-test": {
"inputs": [
"default",
"^production"
],
"inputs": ["default", "^production"],
"cache": true
},
"@nx/jest:jest": {
"test-ui": {
"inputs": [
"default",
"^production",
"{workspaceRoot}/jest.preset.js"
{
"runtime": "env | grep PW"
}
],
"cache": true
},
"@nx/jest:jest": {
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"cache": true,
"options": {
"passWithNoTests": true
Expand All @@ -91,18 +89,12 @@
}
},
"@nx/eslint:lint": {
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.json"
],
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"],
"cache": true
}
},
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": [
"default",
Expand Down

0 comments on commit 06a8fb7

Please sign in to comment.