Last active
June 14, 2018 04:27
-
-
Save gnrlbzik/e7b98bc3d1f4d24a1af8f3de3af9a519 to your computer and use it in GitHub Desktop.
yarn package scripts use ./node_modules/.bin for nodemon and babel-node
This file contains hidden or 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
// 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