Skip to content

Instantly share code, notes, and snippets.

@n8io
Created April 17, 2020 22:03
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 n8io/1b24c8b48ba369455cc25ca2bae80d52 to your computer and use it in GitHub Desktop.
Save n8io/1b24c8b48ba369455cc25ca2bae80d52 to your computer and use it in GitHub Desktop.
{
...
"dev:build": "nodemon . --exec npm run build",
"dev:start": "nodemon ./build?? --exec node .",
"start": "npm-run-all dev:*"
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment