Skip to content

Commit

Permalink
Use tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Aug 7, 2024
1 parent 2fab52c commit c56cc27
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/self-importing-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"my-package": "file:./my-package.tar"
"my-package": "file:./my-package.tgz"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('self-importing-package', () => {
const { next } = nextTestSetup({
files: __dirname,
dependencies: {
'internal-pkg': `file:${path.join(__dirname, 'internal-pkg.tar')}`,
'internal-pkg': `file:${path.join(__dirname, 'internal-pkg.tgz')}`,
},
})

Expand Down

0 comments on commit c56cc27

Please sign in to comment.