Skip to content

Commit

Permalink
test: fix breaking test with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed May 8, 2023
1 parent effd75f commit 4e002e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file modified .husky/commit-msg
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions tests/commands/build.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ test.group('Build command', () => {
'tsconfig.json',
JSON.stringify({
include: ['**/*'],
compilerOptions: { skipLibCheck: true },
exclude: [],
})
)
Expand Down

0 comments on commit 4e002e2

Please sign in to comment.