Created
May 13, 2014 08:19
-
-
Save martinheidegger/2bbee827012344c7b20b to your computer and use it in GitHub Desktop.
Sublime build script to test a node system
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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