Skip to content

Commit

Permalink
fix: fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 6, 2021
1 parent 83e6f96 commit a3e2ee7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
},
"scripts": {
"docs:toc": "markdown-toc -i README.md",
"release:prepare": "shipjs prepare",
"release:trigger": "shipjs trigger",
"release": "changeset publish",
"test": "mocha test/ && (cd example && yarn install && npm test)"
},
"dependencies": {
Expand Down Expand Up @@ -63,4 +62,4 @@
"semver": "^7.3.5"
},
"email": "azuciao@gmail.com"
}
}

0 comments on commit a3e2ee7

Please sign in to comment.