diff --git a/.gitignore b/.gitignore index 4f6f573..61493ac 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ !.eslintrc.js *.d.ts node_modules - +coverage .nx/cache # CDK asset staging directory diff --git a/packages/migration-version-helpers/package.json b/packages/migration-version-helpers/package.json index 8e0189d..83c49bb 100644 --- a/packages/migration-version-helpers/package.json +++ b/packages/migration-version-helpers/package.json @@ -21,7 +21,7 @@ "package-transpile": "tsup", "package-types": "tsc -p tsconfig.build.json", "package-types-aliases": "tsc-alias -p tsconfig.build.json", - "test": "nx run format-check && nx run test-linter && nx run test-type && nx run test-unit && nx run test-circular", + "test": "nx run format-check && nx run test-linter && nx run test-type && nx run test-unit", "test-linter": "pnpm linter-base-config .", "test-type": "tsc --noEmit --emitDeclarationOnly false", "test-unit": "jest --coverage --passWithNoTests",