Skip to content

Commit

Permalink
chore: run test before release
Browse files Browse the repository at this point in the history
  • Loading branch information
raae committed Dec 5, 2021
1 parent 553dc8d commit b22a4b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: yarn semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "jest --watch",
"develop": "npm run develop -w demo",
"semantic-release": "semantic-release"
"semantic-release": "jest && semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
Expand Down

0 comments on commit b22a4b2

Please sign in to comment.