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 76f4c06 commit cace85aCopy full SHA for cace85a
src/test/resources/fixtures/pnpm/build.gradle
@@ -16,7 +16,6 @@ task test(type: PnpmTask) {
16
dependsOn pnpmInstall
17
pnpmCommand = changeInputs ? ['run', 'test'] : ['run']
18
args = changeInputs ? [] : ['test']
19
- inputs.dir('node_modules')
20
inputs.file('package.json')
21
inputs.files('index.js', 'test.js')
22
outputs.upToDateWhen {
0 commit comments