Make :js:npm a separate project to avoid calling update_dependencies

This commit is contained in:
Anton Bannykh
2017-12-21 15:22:07 +03:00
parent 129fad6ade
commit 3e0d83b7d1
5 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ node {
val deployDir = "$buildDir/deploy_to_npm"
val templateDir = "$projectDir/templates"
val kotlincDir = rootProject.extra["distKotlinHomeDir"] as String
val kotlincDir = "$projectDir/../../dist/kotlinc"
fun getProperty(name: String, default: String = "") = findProperty(name)?.toString() ?: default