177d6c7cd8
Co-authored-by: Øydis Kind Refsum <oydis.kind.refsum@nav.no> Co-authored-by: Christian Bulow Skovborg <christian.bulow.skovborg@nav.no> Co-authored-by: Amalie Mansåker <amalie.erdal.mansaker@nav.no> Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
10 lines
No EOL
163 B
Text
10 lines
No EOL
163 B
Text
plugins {
|
|
base
|
|
id("com.github.node-gradle.node") version "3.0.1"
|
|
}
|
|
|
|
tasks.assemble {
|
|
dependsOn("yarn", "yarn_build")
|
|
}
|
|
|
|
project.buildDir = File("dist") |