mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +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"
|
|
}
|