Skip to content

Instantly share code, notes, and snippets.

@0xC0A1
Created August 25, 2020 01:21
Show Gist options
  • Select an option

  • Save 0xC0A1/303abb921e906aaa548a81e5c6bd76dc to your computer and use it in GitHub Desktop.

Select an option

Save 0xC0A1/303abb921e906aaa548a81e5c6bd76dc to your computer and use it in GitHub Desktop.
Scripts to use on the ui package
{
# ...
"scripts": {
"dev": "tsc -p tsconfig.build.json --watch",
"dev:docs": "start-storybook -p 4000",
"clean": "rm -rf ./dist && rm -rf ./build",
"build": "tsc -p tsconfig.build.json && build-storybook -c .storybook -o build"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment