Skip to content

Commit 8b8aeba

Browse files
committed
Fix release and size limit
1 parent e923bc1 commit 8b8aeba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint:js": "sui-lint js",
2626
"lint:sass": "sui-lint sass",
2727
"prelib": "npm run clean:lib -s",
28-
"release": "np",
28+
"release": "np --no-cleanup",
2929
"prepublish": "npm run lib",
3030
"test": "size-limit"
3131
},
@@ -75,7 +75,7 @@
7575
},
7676
"size-limit": [
7777
{
78-
"limit": "2.85 KB",
78+
"limit": "3 KB",
7979
"path": "lib/*.js"
8080
}
8181
]

0 commit comments

Comments
 (0)