Skip to content

Instantly share code, notes, and snippets.

@martinheidegger
Created May 13, 2014 08:19
Show Gist options
  • Save martinheidegger/2bbee827012344c7b20b to your computer and use it in GitHub Desktop.
Save martinheidegger/2bbee827012344c7b20b to your computer and use it in GitHub Desktop.
Sublime build script to test a node system
{
"cmd": ["npm", "test"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${project_path:${folder:${file_path}}}",
"selector": "package.json"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment