Created
May 14, 2016 13:43
-
-
Save tobiastom/3417e7bd238b93ac19db92e5fd50729d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"test": "npm-run-all --parallel test:intern", | |
"pretest": "php -S 127.0.0.1:9090 Public/index.php & echo $! > server.pid", | |
"posttest": "kill `cat server.pid` && rm server.pid", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment