Skip to content

Instantly share code, notes, and snippets.

@oroce
Created March 31, 2014 08:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oroce/9888138 to your computer and use it in GitHub Desktop.
Save oroce/9888138 to your computer and use it in GitHub Desktop.
pre and post hooks in npm custom script
{
"scripts": {
"such-custom-script": "echo custom-script",
"presuch-custom-script": "echo pre-custom-script",
"postsuch-custom-script": "echo post-custom-script"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment