Created
February 10, 2015 05:58
-
-
Save jackcallister/4c8bb1ec12305e667c2c to your computer and use it in GitHub Desktop.
Run parallel tasks
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
"scripts": { | |
"start": "npm run webpack & npm run serve", | |
"webpack": "webpack -w", | |
"serve": "cd example && python -m SimpleHTTPServer" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment