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

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