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 e7b84bb commit 7fd098cCopy full SHA for 7fd098c
gradle/test-mocha-js.gradle
@@ -23,7 +23,7 @@ node {
23
}
24
25
task installDependencies(type: NpmTask) {
26
- args = ['install', 'mocha', 'source-map-support']
+ args = ['install', 'mocha', 'source-map-support', '--no-save']
27
if (project.hasProperty("teamcity")) args += 'mocha-teamcity-reporter'
28
29
0 commit comments