Skip to content

Commit 1072f62

Browse files
aleksigrongithub-actions[bot]
authored andcommitted
Add a file-level bundle size diff script, remove it from CI
GitOrigin-RevId: bfc65fdbc178975d4024429cb30a00aa283200b1
1 parent 8504930 commit 1072f62

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ yarn.lock
1414
.vscode/
1515
*.sublime-*
1616
coverage
17+
.bundle-size-diff/
1718
.DS_Store
1819
.nyc_output
1920
*_generated.js

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
"prepublishOnly": "run-s build-all build-css build-style-spec build-dts",
153153
"print-release-url": "node build/print-release-url.js",
154154
"size": "size-limit",
155+
"bundle-size-diff": "bash internal/scripts/bundle-size-diff.sh",
155156
"codegen": "tsx ./build/generate-style-code.ts && tsx ./build/generate-struct-arrays.ts && tsx ./build/generate-typed-style-spec.ts",
156157
"tsc": "tsc --build tsconfig.json",
157158
"publish-release": "./build/publish.ts",

0 commit comments

Comments
 (0)