10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
|
|
rm -rf ghpages-output
|
||
|
|
mkdir -p ghpages-output/storybook
|
||
|
|
|
||
|
|
cd packages/react && yarn build-storybook
|
||
|
|
cd ../..
|
||
|
|
mv packages/react/storybook-static/* ghpages-output/storybook
|
||
|
|
|
||
|
|
touch ./ghpages-output/.nojekyll
|
||
|
|
touch ./ghpages-output/storybook/.nojekyll
|