Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/nebula-plugins/nebula-node-…
Browse files Browse the repository at this point in the history
…plugin
  • Loading branch information
rpalcolea committed Nov 30, 2019
2 parents f775652 + 08c27b4 commit d6cdbf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It's actually 3 plugins in one:

## Origin

This was taken from (https://github.com/srs/gradle-node-plugin)[https://github.com/srs/gradle-node-plugin]
This was taken from [srs/gradle-node-plugin](https://github.com/srs/gradle-node-plugin) due to lack of support/activity and the need to support Gradle 6.x


## License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class NpmInstall_integTest
''' )
writeEmptyPackageJson()
writeFile('package-lock.json', '')

when:
def result = buildTask( 'npmInstall' )

Expand Down
2 changes: 2 additions & 0 deletions src/main/groovy/com/moowork/gradle/node/NodeExtension.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class NodeExtension

String npmCommand = 'npm'

String npmInstallCommand = 'install'

String yarnCommand = 'yarn'

boolean download = false
Expand Down

0 comments on commit d6cdbf5

Please sign in to comment.