plugins {
    id 'com.github.node-gradle.node' version '7.0.1'
}

tasks.register('build', NpmTask) {
    args = ['run', 'build']
}