Skip to content

Instantly share code, notes, and snippets.

@martiuh
Last active April 28, 2017 03:05
Show Gist options
  • Save martiuh/9e00c75573bd6c88fb1cc390b537c8ee to your computer and use it in GitHub Desktop.
Save martiuh/9e00c75573bd6c88fb1cc390b537c8ee to your computer and use it in GitHub Desktop.
Example package.json that starts a fish file
//package.json
{
"scripts": {
"production" : "fish production.fish",
"start" : "node index.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment