We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f3e09 commit b18c04cCopy full SHA for b18c04c
src/test/groovy/com/github/gradle/node/pnpm/task/PnpmInstall_integTest.groovy
@@ -22,6 +22,7 @@ class PnpmInstall_integTest
22
}
23
''' )
24
writeEmptyPackageJson()
25
+ writeFile("pnpm-lock.yaml", "lockfileVersion: '6.0'")
26
27
when:
28
def result = build( 'pnpmInstall' )
@@ -65,6 +66,7 @@ class PnpmInstall_integTest
65
66
"postinstall" : "pnpm run versionOutput"
67
68
""")
69
70
71
72
def result = build( 'pnpmInstall', '--info' )
0 commit comments