Skip to content

Commit

Permalink
Write lock-file in pnpm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Apr 18, 2023
1 parent e3f3e09 commit b18c04c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class PnpmInstall_integTest
}
''' )
writeEmptyPackageJson()
writeFile("pnpm-lock.yaml", "lockfileVersion: '6.0'")
when:
def result = build( 'pnpmInstall' )
Expand Down Expand Up @@ -65,6 +66,7 @@ class PnpmInstall_integTest
"postinstall" : "pnpm run versionOutput"
}
""")
writeFile("pnpm-lock.yaml", "lockfileVersion: '6.0'")
when:
def result = build( 'pnpmInstall', '--info' )
Expand Down

0 comments on commit b18c04c

Please sign in to comment.