chore(repo): cleanup nx setup around lint-lockfile (#30861)
This commit is contained in:
parent
7a62c7374b
commit
d89b7743c6
9
nx.json
9
nx.json
@ -120,14 +120,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
"dependsOn": [
|
"dependsOn": ["build-native", "^build-native"]
|
||||||
"build-native",
|
|
||||||
"^build-native",
|
|
||||||
"@nx/nx-source:lint-pnpm-lock"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"lint-pnpm-lock": {
|
|
||||||
"cache": true
|
|
||||||
},
|
},
|
||||||
"e2e": {
|
"e2e": {
|
||||||
"cache": true,
|
"cache": true,
|
||||||
|
|||||||
@ -73,6 +73,15 @@
|
|||||||
"{workspaceRoot}/docs/external-generated",
|
"{workspaceRoot}/docs/external-generated",
|
||||||
"{workspaceRoot}/docs/generated"
|
"{workspaceRoot}/docs/generated"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"lint": {
|
||||||
|
"dependsOn": ["@nx/nx-source:lint-pnpm-lock"],
|
||||||
|
"cache": true,
|
||||||
|
"inputs": ["{projectRoot}/pnpm-lock.yaml"]
|
||||||
|
},
|
||||||
|
"lint-pnpm-lock": {
|
||||||
|
"cache": true,
|
||||||
|
"inputs": ["{projectRoot}/pnpm-lock.yaml"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user