Skip to content

Instantly share code, notes, and snippets.

@asselstine
Created February 6, 2018 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asselstine/3bb5bb48eada0dd1348e2c7451591af5 to your computer and use it in GitHub Desktop.
Save asselstine/3bb5bb48eada0dd1348e2c7451591af5 to your computer and use it in GitHub Desktop.
Uses Facebook's Watchman to trigger `truffle test` when contracts or tests change.
#! /bin/sh
watchman-make -p 'contracts/**' 'test/**' --make=truffle -t test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment