shard-radix/Procfile.dev

3 lines
199 B
Plaintext

# watch for changes in src & spec and invoke `crystal spec`. Run only when changes are detected
autospec: watchexec -w src -w spec -f '**/*.cr' --postpone --on-busy-update=do-nothing -- crystal spec