Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ashleygwilliams/f39c0c797e8857ed202bf4702946af0c to your computer and use it in GitHub Desktop.
Save ashleygwilliams/f39c0c797e8857ed202bf4702946af0c to your computer and use it in GitHub Desktop.
{
"scripts": {
"step-1": "jshint index.js"
"step-2": "sass styles/custom.sass"
"all-together-now": "npm run step-1 && npm run step-2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment