mirror of https://github.com/micromata/borgbackup-butler.git

Fin Reinhard
22.27.2019 910bf7b1c1e58c1b8dbe2ae7aeb362af5788a932
1
2
3
4
5
6
7
8
description = 'borgbutler-webapp'
 
task npmBuild(type: Exec) {
    workingDir '.'
 
    executable 'sh'
    commandLine 'npm', 'run', 'build'
}