Skip to content

Commit

Permalink
(fix): @fluentui/web-components storybook now starts up properly for …
Browse files Browse the repository at this point in the history
…Windows (#19236)
  • Loading branch information
TristanWatanabe authored Aug 3, 2021
1 parent cb3f228 commit c55f238
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix storybook startup issue for Windows",
"packageName": "@fluentui/web-components",
"email": "tristan.watanabe@gmail.com",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"prettier:diff": "prettier --config ../../prettier.config.js 'src/**/(*.ts|*.html)' --ignore-path ../../.prettierignore --list-different",
"code-style": "npm run prettier && npm run lint",
"start": "yarn start-storybook -p 6006",
"start-storybook": "../../node_modules/@storybook/html/bin/index.js",
"build-storybook": "../../node_modules/@storybook/html/bin/build.js",
"start-storybook": "node ../../node_modules/@storybook/html/bin/index.js",
"build-storybook": "node ../../node_modules/@storybook/html/bin/build.js",
"bundle:storybook": "yarn build-storybook -o ./dist/storybook",
"test": "yarn doc:ci && yarn test-chrome:verbose",
"test-node": "mocha --reporter min --exit dist/esm/__test__/setup-node.js './dist/esm/**/*.spec.js'",
Expand Down

0 comments on commit c55f238

Please sign in to comment.