Skip to content

Commit

Permalink
chore: run test pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Jul 16, 2024
1 parent 8023c18 commit 0c90baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"release": true
},
"hooks": {
"before:init":["git pull","npm run build"],
"before:init":["git pull","npm run test"],
"after:bump":"npx auto-changelog -p"
}
}

0 comments on commit 0c90baa

Please sign in to comment.