Skip to content

Instantly share code, notes, and snippets.

@kevinrodriguez-io
Created August 25, 2020 01:39
Show Gist options
  • Save kevinrodriguez-io/2d8f32fe9027cf47d67cec9058b7fad3 to your computer and use it in GitHub Desktop.
Save kevinrodriguez-io/2d8f32fe9027cf47d67cec9058b7fad3 to your computer and use it in GitHub Desktop.
Package json alternative
{
// xproduct/ui package.json
"scripts": {
// ...
"dev:all": "concurrently \"yarn dev\" \"yarn dev:docs\""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment