mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
🔧 Update build script to include storybook
This commit is contained in:
parent
7cdfd5a6d3
commit
2b2bc73564
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@ rsync -avr resources/public/ target/dist/
|
|||
|
||||
sed -i -re "s/\%version\%/$CURRENT_VERSION/g" ./target/dist/index.html;
|
||||
sed -i -re "s/\%buildDate\%/$BUILD_DATE/g" ./target/dist/index.html;
|
||||
|
||||
# build storybook
|
||||
yarn run storybook:build || exit 1;
|
||||
rsync -avr storybook-static/ target/dist/storybook-static
|
||||
|
|
Loading…
Add table
Reference in a new issue