Skip to content

Commit

Permalink
perf: rm npm bins before semrel start, tech release
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Aug 22, 2020
1 parent d718964 commit 3ce0106
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 @@ -34,7 +34,8 @@
"postupdate": "yarn && yarn build && yarn test",
"publish:beta": "npm publish --no-git-tag-version --tag beta",
"publish:rc": "npm publish --no-git-tag-version --tag rc",
"release": "semantic-release"
"rm-npm-bin": "rimraf node_modules/.bin/npm node_modules/.bin/npm.cmd",
"release": "yarn rm-npm-bin && semantic-release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3ce0106

Please sign in to comment.