mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
9 lines
136 B
Ruby
9 lines
136 B
Ruby
#watch file
|
|
watch('lib/(.*)\.js') { |md|
|
|
system "node test-units.js"
|
|
}
|
|
|
|
watch('test/(.*)\.js') { |md|
|
|
system "node test-units.js"
|
|
}
|