Skip to content

Commit

Permalink
chore: test build run to check if working on release
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Dec 27, 2023
1 parent b3eefc0 commit 8744292
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 @@ -74,7 +74,8 @@
"hooks": {
"before:init": [
"npm run format",
"npm test"
"npm test",
"npm run build"
],
"after:bump": [
"sh scripts/bump.sh"
Expand Down

0 comments on commit 8744292

Please sign in to comment.