Skip to content

Commit

Permalink
Remove incorrect node_modules input in pnpm test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Sep 27, 2024
1 parent 76f4c06 commit cace85a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/resources/fixtures/pnpm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ task test(type: PnpmTask) {
dependsOn pnpmInstall
pnpmCommand = changeInputs ? ['run', 'test'] : ['run']
args = changeInputs ? [] : ['test']
inputs.dir('node_modules')
inputs.file('package.json')
inputs.files('index.js', 'test.js')
outputs.upToDateWhen {
Expand Down

0 comments on commit cace85a

Please sign in to comment.