@fluentui/web-components 3.0.0-rc.28 → 3.0.0-rc.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fluentui/web-components",
3
3
  "description": "A library of Fluent Web Components",
4
- "version": "3.0.0-rc.28",
4
+ "version": "3.0.0-rc.29",
5
5
  "author": {
6
6
  "name": "Microsoft",
7
7
  "url": "https://discord.gg/FcSNfg4"
@@ -91,7 +91,7 @@
91
91
  "start": "yarn start-storybook -p 6006 --docs",
92
92
  "start-storybook": "storybook dev",
93
93
  "build-storybook": "yarn analyze && storybook build -o ./dist/storybook --docs",
94
- "build-storybook:docsite": "cross-env DEPLOY_PATH=/web-components/ storybook build -o ./dist/storybook --docs",
94
+ "build-storybook:docsite": "yarn analyze && cross-env DEPLOY_PATH=/web-components/ storybook build -o ./dist/storybook --docs",
95
95
  "e2e": "node ./scripts/e2e.js",
96
96
  "e2e:local": "node ./scripts/e2e.js --ui"
97
97
  },