mirror of
https://github.com/mvvasilev/personal-finances.git
synced 2025-04-18 21:59:52 +03:00
7 lines
No EOL
130 B
Groovy
7 lines
No EOL
130 B
Groovy
plugins {
|
|
id 'com.github.node-gradle.node' version '7.0.1'
|
|
}
|
|
|
|
tasks.register('build', NpmTask) {
|
|
args = ['run', 'build']
|
|
} |