Skip to content

Instantly share code, notes, and snippets.

@gnrlbzik
Last active June 14, 2018 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnrlbzik/e7b98bc3d1f4d24a1af8f3de3af9a519 to your computer and use it in GitHub Desktop.
Save gnrlbzik/e7b98bc3d1f4d24a1af8f3de3af9a519 to your computer and use it in GitHub Desktop.
yarn package scripts use ./node_modules/.bin for nodemon and babel-node
// to resolve nodemon and babel-node in cli
{
"scripts": {
"server:watch": "./node_modules/.bin/nodemon ./app/server/index.js --exec ./node_modules/.bin/babel-node"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment