We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c67675 commit 64a6546Copy full SHA for 64a6546
package.json
@@ -33,6 +33,7 @@
33
"prettier": "prettier --cache --write -u .",
34
"prettier-check": "prettier --cache --check -u .",
35
"storybook": "run-s analyze build storybook:main",
36
+ "storybook:build": "storybook build",
37
"storybook:main": "storybook dev -p 6006",
38
"test": "run-s clean analyze build test:unit",
39
"test:ci": "run-s build:tools build:extract-css build:styles build:unit build:types build:copy-assets test:unit",
0 commit comments