Sha256: 48e0bf3d803df2338323ee6633cceae8d6616b7c64031fd561e44a6cd506e742
Contents?: true
Size: 907 Bytes
Versions: 8
Compression:
Stored size: 907 Bytes
Contents
{ "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/api-client-ruby/lib", "projectType": "library", "implicitDependencies": ["api-client-schema"], "targets": { "generate": { "executor": "@nrwl/workspace:run-commands", "options": { "command": "./scripts/generate.sh", "cwd": "packages/api-client-ruby" } }, "publish": { "executor": "@nrwl/workspace:run-commands", "options": { "command": "./scripts/publish.sh {args.ver}", "cwd": "packages/api-client-ruby" } }, "test": { "executor": "@nrwl/workspace:run-commands", "options": { "command": "bundle exec rake spec", "cwd": "packages/api-client-ruby" }, "dependsOn": [ { "projects": "self", "target": "generate" } ] } }, "tags": [] }
Version data entries
8 entries across 8 versions & 1 rubygems