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

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