mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
21 lines
524 B
JSON
21 lines
524 B
JSON
{
|
|
"name": "repo-scripts",
|
|
"$schema": "../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "scripts",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"validate-retired-anthropic-models": {
|
|
"executor": "nx:run-commands",
|
|
"cache": false,
|
|
"options": {
|
|
"commands": [
|
|
"node --test scripts/__tests__/validate-retired-anthropic-models.test.mjs",
|
|
"node scripts/validate-retired-anthropic-models.mjs"
|
|
],
|
|
"parallel": false
|
|
}
|
|
}
|
|
},
|
|
"tags": []
|
|
}
|