Skip to content

Instantly share code, notes, and snippets.

@hongkheng
Created August 7, 2017 07:30
Show Gist options
  • Save hongkheng/649fb36a9cff86e42d4af84452eaef28 to your computer and use it in GitHub Desktop.
Save hongkheng/649fb36a9cff86e42d4af84452eaef28 to your computer and use it in GitHub Desktop.
npm scripts execution
npm run pre-build && npm run build_logic && npm run post_build && npm run exit
// `&&` for sequential execution
// `&` for parrallel execution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment