Skip to content

Commit

Permalink
🔧 Cleanup before building new version
Browse files Browse the repository at this point in the history
  • Loading branch information
exah committed Feb 1, 2021
1 parent b662092 commit ed54fd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"test": "jest",
"size": "size-limit",
"release": "np",
"preversion": "npm run build"
"preversion": "npm run build",
"prebuild": "rm -rf cjs esm types"
},
"size-limit": [
{
Expand Down

0 comments on commit ed54fd3

Please sign in to comment.