🧱 Bygger backend og frontend sammen med gradle
Co-authored-by: Amalie Mansåker <amalie.erdal.mansaker@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>
This commit is contained in:
parent
f6cd7df4ff
commit
b2f90e0508
22 changed files with 320 additions and 347 deletions
10
frontend/build.gradle.kts
Normal file
10
frontend/build.gradle.kts
Normal file
|
@ -0,0 +1,10 @@
|
|||
plugins {
|
||||
base
|
||||
id("com.github.node-gradle.node") version "3.0.1"
|
||||
}
|
||||
|
||||
tasks.assemble {
|
||||
dependsOn("yarn_build")
|
||||
}
|
||||
|
||||
project.buildDir = File(".next")
|
Reference in a new issue