Skip to content

Commit

Permalink
chore(react-components): use performant type-check target (microsoft#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored and miroslavstastny committed Jun 14, 2024
1 parent eb5d8a7 commit 8538a15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(react-components): use performant type-check target",
"packageName": "@fluentui/react-components",
"email": "[email protected]",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion packages/react-components/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "just-scripts lint",
"start": "echo 'This doesn't do anything. Run `yarn workspace @fluentui/public-docsite-v9 storybook` instead.'",
"test": "jest --passWithNoTests",
"type-check": "tsc -b tsconfig.json",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"verify-packaging": "just-scripts verify-packaging"
},
Expand Down

0 comments on commit 8538a15

Please sign in to comment.