Skip to content

Commit

Permalink
Don't watch in release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Oct 23, 2023
1 parent b7a5ff7 commit af54139
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 @@ -64,7 +64,7 @@
"web": true
},
"hooks": {
"before:init": "npm run test",
"before:init": "npm run test -- run",
"after:git:release": "git tag -d v1 && git push origin :refs/tags/v1 && git tag v1 && git push origin v1"
}
},
Expand Down

0 comments on commit af54139

Please sign in to comment.