Skip to content

Commit 6336863

Browse files
ci(web-components): PR builds no longer fail (#32202)
Co-authored-by: Justin Slone <[email protected]>
1 parent f37e425 commit 6336863

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "ci: ensure package is built first before running type-check to mitigate build error.",
4+
"packageName": "@fluentui/web-components",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}

packages/web-components/project.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"implicitDependencies": [],
66
"tags": ["platform:web", "web-components"],
77
"targets": {
8-
"e2e": { "dependsOn": ["build-storybook"] }
8+
"e2e": { "dependsOn": ["build-storybook"] },
9+
"type-check": { "dependsOn": ["build"] }
910
}
1011
}

0 commit comments

Comments
 (0)