We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c85e7 commit 11a50b5Copy full SHA for 11a50b5
package.json
@@ -19,7 +19,7 @@
19
"format": "yarn _format --write",
20
"format:check": "yarn _format --list-different",
21
"grant_exec_perms": "node dist/bin/tools/grant_exec_perms",
22
- "storybook": "yarn build && yarn only-include-used-icons && start-storybook -p 6006",
+ "storybook": "yarn build && yarn only-include-used-icons && ((tsc -w -p src) & (start-storybook -p 6006))",
23
"build-storybook": "yarn build && yarn only-include-used-icons && build-storybook",
24
"only-include-used-icons": "node dist/bin/only-include-used-icons.js"
25
},
0 commit comments