Skip to content

Commit

Permalink
Fix release and size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Aug 3, 2020
1 parent e923bc1 commit 8b8aeba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint:js": "sui-lint js",
"lint:sass": "sui-lint sass",
"prelib": "npm run clean:lib -s",
"release": "np",
"release": "np --no-cleanup",
"prepublish": "npm run lib",
"test": "size-limit"
},
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"size-limit": [
{
"limit": "2.85 KB",
"limit": "3 KB",
"path": "lib/*.js"
}
]
Expand Down

0 comments on commit 8b8aeba

Please sign in to comment.