Skip to content

Commit 7fd098c

Browse files
committed
Don't save installed node packages to package.json
1 parent e7b84bb commit 7fd098c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/test-mocha-js.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ node {
2323
}
2424

2525
task installDependencies(type: NpmTask) {
26-
args = ['install', 'mocha', 'source-map-support']
26+
args = ['install', 'mocha', 'source-map-support', '--no-save']
2727
if (project.hasProperty("teamcity")) args += 'mocha-teamcity-reporter'
2828
}
2929

0 commit comments

Comments
 (0)