Skip to content

Commit

Permalink
yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkaneider authored and flokain committed Sep 11, 2018
1 parent 6cc92c3 commit f37a10e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ wrapper {

apply plugin: "com.moowork.node"

task setupUi(type: YarnTask) {
yarnCommand = ['install']
args = []
}

task startUi(type: YarnTask) {
yarnCommand = ['start']
args = []
}
tasks.startUi.dependsOn setupUi

task buildUi(type: YarnTask) {
yarnCommand = ['build:prod']
Expand Down

0 comments on commit f37a10e

Please sign in to comment.