Skip to content

Commit 77f5935

Browse files
committed
chore: decrease size limit
1 parent 749a858 commit 77f5935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"test:coverage": "tsdx test --coverage",
5656
"lint": "tsdx lint",
5757
"prepare": "tsdx build",
58-
"size": "size-limit",
58+
"size": "tsdx build && size-limit",
5959
"analyze": "size-limit --why",
6060
"release": "np"
6161
},
@@ -71,11 +71,11 @@
7171
"size-limit": [
7272
{
7373
"path": "dist/react-use-wizard.cjs.production.min.js",
74-
"limit": "3 KB"
74+
"limit": "500 B"
7575
},
7676
{
7777
"path": "dist/react-use-wizard.esm.js",
78-
"limit": "3 KB"
78+
"limit": "500 B"
7979
}
8080
],
8181
"devDependencies": {

0 commit comments

Comments
 (0)