personal-finances/pefi-frontend/build.gradle

7 lines
130 B
Groovy
Raw Normal View History

plugins {
id 'com.github.node-gradle.node' version '7.0.1'
}
tasks.register('build', NpmTask) {
args = ['run', 'build']
}