From 64aeeb1141bf2037ea7ae5223e18ca57e739188c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20=C3=89g=C3=A9e?= Date: Fri, 10 Nov 2023 17:02:23 +0100 Subject: [PATCH] fix script --- .gitignore | 2 +- packages/migration-version-helpers/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",