Skip to content

Commit

Permalink
Fix storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Jun 2, 2023
1 parent 3b5208b commit 8f99767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-3.0-only",
"scripts": {
"build": "node --max_old_space_size=4096 ./build.js",
"build:storybook": "storybook build -o storybook build",
"build:storybook": "storybook build -o build-storybook",
"lint": "yarn lint:prettier --check && yarn lint:eslint --max-warnings=0",
"lint:eslint": "eslint \"./{src,test}/**/*.{ts,tsx}\"",
"lint:fix": "yarn lint:eslint --fix && yarn lint:prettier --write --loglevel warn",
Expand Down

0 comments on commit 8f99767

Please sign in to comment.