Last active
August 10, 2021 21:59
-
-
Save mannycolon/e86428da530ce12fe8aca1849289a360 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
..., | |
"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