{ "name": "temporal-workflows", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", "sourceRoot": "ee/temporal-workflows/src", "targets": { "build": { "executor": "nx:run-script", "options": { "script": "build" } }, "test": { "executor": "nx:run-script", "options": { "script": "test" } } } }