Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Égée committed Nov 10, 2023
1 parent 0a9e158 commit 64aeeb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!.eslintrc.js
*.d.ts
node_modules

coverage
.nx/cache

# CDK asset staging directory
Expand Down
2 changes: 1 addition & 1 deletion packages/migration-version-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 64aeeb1

Please sign in to comment.