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

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