Skip to content

Commit

Permalink
ci(web-components): PR builds no longer fail (#32202)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Slone <[email protected]>
  • Loading branch information
TristanWatanabe and JustSlone authored Aug 1, 2024
1 parent f37e425 commit 6336863
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "ci: ensure package is built first before running type-check to mitigate build error.",
"packageName": "@fluentui/web-components",
"email": "[email protected]",
"dependentChangeType": "none"
}
3 changes: 2 additions & 1 deletion packages/web-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"implicitDependencies": [],
"tags": ["platform:web", "web-components"],
"targets": {
"e2e": { "dependsOn": ["build-storybook"] }
"e2e": { "dependsOn": ["build-storybook"] },
"type-check": { "dependsOn": ["build"] }
}
}

0 comments on commit 6336863

Please sign in to comment.