Created
January 11, 2016 17:50
-
-
Save klaemo/0546f8051341d6df31cc to your computer and use it in GitHub Desktop.
npm run description
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
{ | |
"description": "fancy npm run", | |
"version": "1.0.0", | |
"scripts": { | |
"build": { | |
"title": "Build our js", | |
"cmd": "browserify index.js > foo.js" | |
}, | |
"start": { | |
"title": "Start dev server", | |
"cmd": "http-server ." | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment