chore(repo): cleanup nx setup around lint-lockfile (#30861)

This commit is contained in:
Craigory Coppola 2025-04-30 14:34:49 -04:00 committed by GitHub
parent 7a62c7374b
commit d89b7743c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 8 deletions

View File

@ -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,

View File

@ -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"]
} }
} }
} }