497ac4dd6a
Co-authored-by: Markus A. R. Johansen <markus.aleksander.rakil.johansen@nav.no> Co-authored-by: Hege Haavaldsen <hege.haavaldsen@nav.no> Co-authored-by: Helene Arnesen <helene.arnesen@nav.no> Co-authored-by: Øydis Kind Refsum <oydis.kind.refsum@nav.no> Co-authored-by: Christian Bulow Skovborg <christian.bulow.skovborg@nav.no>
10 lines
No EOL
164 B
Text
10 lines
No EOL
164 B
Text
plugins {
|
|
base
|
|
id("com.github.node-gradle.node") version "3.0.1"
|
|
}
|
|
|
|
tasks.assemble {
|
|
dependsOn("yarn", "yarn_build")
|
|
}
|
|
|
|
project.buildDir = File(".next") |