Skip to content

Commit

Permalink
ci: Clean before releasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 14, 2021
1 parent a7520ea commit 3c19c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"release": "npx np --yolo",
"test": "beemo jest",
"type": "beemo typescript --noEmit",
"prerelease": "yarn run setup && yarn run pack && yarn run ci",
"prerelease": "yarn run clean && yarn run setup && yarn run pack && yarn run ci",
"pack": "NODE_ENV=production yarn run packemon pack --addEngines --generateDeclaration=api",
"packemon": "node ./packemon.js"
},
Expand Down

0 comments on commit 3c19c53

Please sign in to comment.