Skip to content

Commit

Permalink
Merge pull request #42 from guiyom-e/rename
Browse files Browse the repository at this point in the history
fix script
  • Loading branch information
guiyom-e authored Nov 10, 2023
2 parents 22342c5 + 64aeeb1 commit 7eb5aa3
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 7eb5aa3

Please sign in to comment.