Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mannycolon/e86428da530ce12fe8aca1849289a360 to your computer and use it in GitHub Desktop.
Save mannycolon/e86428da530ce12fe8aca1849289a360 to your computer and use it in GitHub Desktop.
{
...,
"scripts": {
"start": "styleguidist server",
"build": "styleguidist build",
"prepublishOnly": "rm -rf ./dist && babel ./src --out-dir ./dist -s inline"
},
...,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment