Skip to content

Commit 4f0fb36

Browse files
committed
Fix size command
1 parent 992c966 commit 4f0fb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test": "vitest --run --typecheck",
4848
"test:watch": "vitest --watch",
4949
"type-tests": "tsc --noEmit -p tsconfig.test.json",
50-
"size": "yarn build && size-limit",
50+
"size": "size-limit",
5151
"coverage": "codecov"
5252
},
5353
"peerDependencies": {

0 commit comments

Comments
 (0)