Skip to content

Commit ac9ed94

Browse files
authored
fix(web-components): SB docsite build (#36329)
1 parent f38ccbd commit ac9ed94

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "fix: docsite build target",
4+
"packageName": "@fluentui/web-components",
5+
"email": "vgenaev@gmail.com",
6+
"dependentChangeType": "none"
7+
}

packages/web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"start": "yarn start-storybook -p 6006 --docs",
9292
"start-storybook": "storybook dev",
9393
"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",
9595
"e2e": "node ./scripts/e2e.js",
9696
"e2e:local": "node ./scripts/e2e.js --ui"
9797
},

0 commit comments

Comments
 (0)