Skip to content

Commit

Permalink
Merge 8815700 into ef26933
Browse files Browse the repository at this point in the history
  • Loading branch information
madmas committed May 5, 2020
2 parents ef26933 + 8815700 commit 05590a5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath "com.moowork.gradle:gradle-node-plugin:1.3.1"
}
}
}

plugins {
Expand All @@ -22,9 +19,9 @@ node {
workDir = file("${project.projectDir}/node/")
// Set the work directory where node_modules should be located
nodeModulesDir = file("${project.projectDir}")
npmInstallCommand = 'ci'
}


task cleanJsBuildFiles() {
doLast {
['dist'].each { dir ->
Expand Down

0 comments on commit 05590a5

Please sign in to comment.