Skip to content

Commit

Permalink
Upgrade/storybook 8 (#294)
Browse files Browse the repository at this point in the history
* Upgrade to storybook 8

* Upgrade to storybook 8

* Upgrade to storybook 8

* fix failing build

* patch version

* storybook build output dir changed
  • Loading branch information
KaranAtTeamForm authored Jun 14, 2024
1 parent 0a76dd6 commit b4bb942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orcs-design-system",
"version": "3.2.5",
"version": "3.2.6",
"engines": {
"node": "20.12.2"
},
Expand Down Expand Up @@ -37,7 +37,7 @@
"deploy-stack": "serverless deploy",
"deploy-client": "serverless client deploy --no-confirm",
"storybook": "storybook dev",
"build-storybook": "storybook build",
"build-storybook": "storybook build -o .build_storybook",
"deploy-storybook": "storybook-to-ghpages",
"playroom": "playroom start",
"build-playroom": "playroom build",
Expand Down

0 comments on commit b4bb942

Please sign in to comment.