Skip to content

Commit 73c5816

Browse files
committed
Compile in watchmode storybook
1 parent 7758575 commit 73c5816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"format": "yarn _format --write",
2020
"format:check": "yarn _format --list-different",
2121
"grant_exec_perms": "node dist/bin/tools/grant_exec_perms",
22-
"storybook": "yarn build && yarn only-include-used-icons && start-storybook -p 6006",
22+
"storybook": "yarn build && yarn only-include-used-icons && ((tsc -w -p src) & (start-storybook -p 6006))",
2323
"build-storybook": "yarn build && yarn only-include-used-icons && build-storybook",
2424
"only-include-used-icons": "node dist/bin/only-include-used-icons.js"
2525
},

0 commit comments

Comments
 (0)