Skip to content

Commit

Permalink
Revert "chore(deck): add yarn modules call before yarn build (#166)" (#…
Browse files Browse the repository at this point in the history
…196)

Co-authored-by: Cameron Motevasselani <[email protected]>
  • Loading branch information
link108 and Cameron Motevasselani committed Jun 10, 2023
1 parent 1b0682a commit abffacf
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,10 @@ class SpinnakerUIExtensionPlugin : Plugin<Project> {
commandLine = listOf(yarnCmd)
}

project.tasks.create("yarnModules", Exec::class.java) {
group = Plugins.GROUP
workingDir = project.projectDir
commandLine = listOf(yarnCmd, "modules")
}

project.tasks.create("yarnBuild", Exec::class.java) {
group = Plugins.GROUP
workingDir = project.projectDir
commandLine = listOf(yarnCmd, "build")
dependsOn("yarnModules")
}

project.afterEvaluate {
Expand Down

0 comments on commit abffacf

Please sign in to comment.