diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 5a1f1c84..25f4eb35 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -47,7 +47,7 @@ jobs: - name: Test env: NX_REJECT_UNKNOWN_LOCAL_CACHE: 0 - run: npx nx affected -t test --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,json-shared-type,database,@nestjs-json-api/source,type-for-rpc' + run: npx nx affected -t test --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,json-shared-type,microorm-database,typeorm-database,@nestjs-json-api/source,type-for-rpc' - name: Build env: NX_REJECT_UNKNOWN_LOCAL_CACHE: 0 diff --git a/README.md b/README.md index 34884b20..b268dff2 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,3 @@ $ nx run json-api-server:serve:development ## License The plugin is [MIT licensed](LICENSE). -