@mondaydotcomorg/atp-compiler
Version:
Production-ready compiler for transforming async iteration patterns into resumable operations with checkpoint-based state management
29 lines (28 loc) • 669 B
JSON
{
"name": "@mondaydotcomorg/atp-compiler",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/atp-compiler/src",
"projectType": "library",
"targets": {
"build": {
"executor": "nx:run-commands",
"outputs": ["{workspaceRoot}/packages/atp-compiler/dist"],
"options": {
"command": "cd packages/atp-compiler && npm run build"
}
},
"clean": {
"executor": "nx:run-commands",
"options": {
"command": "rm -rf packages/atp-compiler/dist"
}
},
"lint": {
"executor": "nx:run-commands",
"options": {
"command": "cd packages/atp-compiler && npm run lint"
}
}
},
"tags": ["atp-core"]
}