Skip to content

Commit

Permalink
add jsdoc and adjust script
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Jan 8, 2024
1 parent c70b0a1 commit f96d5ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
/** @type{import("@storybook/react-webpack5").StorybookConfig} */
export default {
stories: [
'../stories/**/*.stories.mdx',
'../stories/**/*.stories.@(js|jsx|ts|tsx)',
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"prebuild": "yarn clean",
"build": "concurrently \"yarn buildBabel\" \"yarn buildTsc\"",
"build:watch": "concurrently \"yarn buildBabel:esm -- --watch\" \"yarn buildTsc -- --watch\"",
"storybook": "storybook dev -p 6006",
"prestorybook": "yarn buildBabel:cjs",
"storybook": "yarn buildBabel:cjs && storybook dev -p 6006",
"start": "concurrently \"yarn build:watch\" \"yarn storybook -- --quiet\"",
"build-storybook": "storybook build",
"prerelease": "zx scripts/prepublish-checks.mjs",
Expand Down

0 comments on commit f96d5ed

Please sign in to comment.