1
0
mirror of https://github.com/natnat-mc/moonbuild synced 2026-05-28 08:29:40 +02:00

added watcher to Alfons.moon

This commit is contained in:
Codinget
2021-01-10 22:43:18 +01:00
parent 57126a7973
commit bed119a40c
+1
View File
@@ -7,6 +7,7 @@ tasks:
tasks.build!
sh "rockbuild -m -t #{@v} upload"
watch: => watch {'.'}, {'.git'}, 'live', (glob '*.moon'), pcall -> moonbuild j: true
build: => moonbuild j: true
install: => moonbuild 'install', j: true
clean: => moonbuild 'clean'