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

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