Fixed npm_install dependency that broke clean builds

bb-server
Tal Moran 2017-07-03 02:51:02 -04:00
parent fa4656f0a9
commit 931bb56378
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ task generateProtobufBundle(type: NpmTask) {
generateProtobufBundle.args = ['run', 'protoc']
}
dependsOn npmInstall
dependsOn npm_install
}
generateProtobufBundle.description = "Generate the bundle.js/bundle.d.ts files containing compiled protobufs"