We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749a858 commit 77f5935Copy full SHA for 77f5935
1 file changed
package.json
@@ -55,7 +55,7 @@
55
"test:coverage": "tsdx test --coverage",
56
"lint": "tsdx lint",
57
"prepare": "tsdx build",
58
- "size": "size-limit",
+ "size": "tsdx build && size-limit",
59
"analyze": "size-limit --why",
60
"release": "np"
61
},
@@ -71,11 +71,11 @@
71
"size-limit": [
72
{
73
"path": "dist/react-use-wizard.cjs.production.min.js",
74
- "limit": "3 KB"
+ "limit": "500 B"
75
76
77
"path": "dist/react-use-wizard.esm.js",
78
79
}
80
],
81
"devDependencies": {
0 commit comments