Skip to content

Commit cace85a

Browse files
committed
Remove incorrect node_modules input in pnpm test fixture
1 parent 76f4c06 commit cace85a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/resources/fixtures/pnpm/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ task test(type: PnpmTask) {
1616
dependsOn pnpmInstall
1717
pnpmCommand = changeInputs ? ['run', 'test'] : ['run']
1818
args = changeInputs ? [] : ['test']
19-
inputs.dir('node_modules')
2019
inputs.file('package.json')
2120
inputs.files('index.js', 'test.js')
2221
outputs.upToDateWhen {

0 commit comments

Comments
 (0)