mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
5 lines
159 B
Bash
Executable File
5 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
remote=${STORYBOOK_GIT_URL:-https://github.com/primer/storybook}
|
|
npm run build-storybook
|
|
npx gh-pages -d .storybuild -b gh-pages -r "$remote" "$@"
|