Skip to content

Commit

Permalink
build: bump storybook version and update build script (#145)
Browse files Browse the repository at this point in the history
* build: bump storybook version for netlify deploy

* empty commit

* empty commit

* add max old space to storybook build script

* empty commit

* bump max old space size
  • Loading branch information
ryanchristo authored Aug 16, 2023
1 parent ad10414 commit 85d6bcc
Show file tree
Hide file tree
Showing 3 changed files with 1,646 additions and 1,361 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ local-ledger
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

### Storybook ###
storybook-static
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type-check": "tsc",
"storybook": "storybook dev -p 6006",
"storybook-clean": "rm -rf ./node_modules/.cache/storybook",
"build-storybook": "storybook build"
"build-storybook": "NODE_OPTIONS=--max_old_space_size=8192 storybook build"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
Expand Down Expand Up @@ -60,12 +60,13 @@
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@keplr-wallet/types": "^0.11.59",
"@storybook/addon-actions": "^7.0.18",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/addons": "^7.3.0",
"@storybook/addon-actions": "^7.3.0",
"@storybook/addon-essentials": "^7.3.0",
"@storybook/addon-interactions": "^7.3.0",
"@storybook/addon-links": "^7.3.0",
"@storybook/react": "^7.3.0",
"@storybook/react-vite": "^7.3.0",
"@storybook/testing-library": "^0.1.0",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
Expand All @@ -89,8 +90,8 @@
"pre-commit": "^1.2.2",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.0",
"storybook": "^7.0.18",
"storybook-addon-react-router-v6": "^1.0.2",
"storybook": "^7.3.0",
"storybook-addon-react-router-v6": "^2.0.4",
"ts-node": "^10.9.1",
"ts-proto": "^1.148.2",
"typescript": "^5.1.6",
Expand Down
Loading

0 comments on commit 85d6bcc

Please sign in to comment.