We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e923bc1 commit 8b8aebaCopy full SHA for 8b8aeba
1 file changed
package.json
@@ -25,7 +25,7 @@
25
"lint:js": "sui-lint js",
26
"lint:sass": "sui-lint sass",
27
"prelib": "npm run clean:lib -s",
28
- "release": "np",
+ "release": "np --no-cleanup",
29
"prepublish": "npm run lib",
30
"test": "size-limit"
31
},
@@ -75,7 +75,7 @@
75
76
"size-limit": [
77
{
78
- "limit": "2.85 KB",
+ "limit": "3 KB",
79
"path": "lib/*.js"
80
}
81
]
0 commit comments