Fixed npm_install dependency that broke clean builds
parent
fa4656f0a9
commit
931bb56378
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue