{ "name": "twenty-standard-application", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "library", "tags": ["scope:shared"], "targets": { "build": { "executor": "nx:run-commands", "cache": true, "options": { "cwd": "packages/twenty-standard-application", "commands": [ "tsx scripts/build-standard-front-components.ts", "tsc -p tsconfig.build.json" ], "parallel": false }, "dependsOn": ["^build"] } } }