description = 'borgbutler-webapp'

task npmBuild(type: Exec) {
    workingDir '.'

    executable 'sh'
    commandLine 'npm', 'run', 'build'
}