Skip to content

Commit

Permalink
chore(tag-picker): adds bundle-size (#31023)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsunderhus committed Apr 11, 2024
1 parent 31be1ad commit a66d31f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: adds bundle-size",
"packageName": "@fluentui/react-tag-picker-preview",
"email": "bernardo.sunderhus@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import * as p from '@fluentui/react-tag-picker-preview';

console.log(p);

export default {
name: '@fluentui/react-tag-picker-preview - package',
};
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\"",
"type-check": "tsc -b tsconfig.json",
"e2e": "cypress run --component",
"e2e:local": "cypress open --component"
"e2e:local": "cypress open --component",
"bundle-size": "monosize measure"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
Expand Down

0 comments on commit a66d31f

Please sign in to comment.