This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
helse-sprik/frontend/build.gradle.kts
Markus Johansen 79931f3c72 🔧 Sørger for at frontend bundles i jar
Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
Co-authored-by: Amalie Mansåker <amalie.erdal.mansaker@nav.no>
Co-authored-by: Christian Bulow Skovborg <christian.bulow.skovborg@nav.no>
2023-07-13 13:48:51 +02:00

10 lines
No EOL
162 B
Text

plugins {
base
id("com.github.node-gradle.node") version "3.0.1"
}
tasks.assemble {
dependsOn("yarn", "yarn_build")
}
project.buildDir = File("out")