Skip to content

Commit 4e7caf1

Browse files
committed
chore: add storybook npm script
1 parent e2227c2 commit 4e7caf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"format:fix": "pretty-quick --staged",
1313
"prepare": "husky install",
1414
"test:headless": "nx component-test headless --watch",
15-
"story:headless": "nx build-storybook headless",
15+
"story:build:headless": "nx build-storybook headless",
16+
"story:headless": "nx storybook headless",
1617
"website": "nx serve website"
1718
},
1819
"devDependencies": {

0 commit comments

Comments
 (0)