Created
August 1, 2016 00:59
-
-
Save ashleygwilliams/f39c0c797e8857ed202bf4702946af0c to your computer and use it in GitHub Desktop.
This file contains 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": { | |
"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