Skip to content

Commit

Permalink
🐛 #255 msw-storybook-addon が動作しないので設定を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
keitakn committed Aug 13, 2023
1 parent e290196 commit dbb3148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ const config: StorybookConfig = {
docs: {
autodocs: 'tag',
},
staticDirs: ['../public'],
};
export default config;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:coverage": "jest --collect-coverage",
"test:ci": "jest --runInBand --collect-coverage",
"generate:css-types": "hcm 'src/**/*.module.{css,scss}'",
"storybook": "storybook dev -p 6008 -s ./public",
"storybook": "storybook dev -p 6008",
"build-storybook": "storybook build",
"chromatic": "chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
},
Expand Down

0 comments on commit dbb3148

Please sign in to comment.