{ "name": "i18n", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "library", "sourceRoot": "packages/i18n/src", "targets": { "build": { "executor": "nx:run-commands", "options": { "cwd": "packages/i18n", "command": "node ./build.mjs" } } }, "tags": ["infra"] }