Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tobiastom/3417e7bd238b93ac19db92e5fd50729d to your computer and use it in GitHub Desktop.
Save tobiastom/3417e7bd238b93ac19db92e5fd50729d to your computer and use it in GitHub Desktop.
{
"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