Skip to content

Commit

Permalink
Check formatting before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidparsson committed Oct 10, 2023
1 parent 38730bb commit e788090
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 @@ -53,7 +53,8 @@
},
"hooks": {
"before:init": [
"npm test"
"npm test",
"npm run check"
]
}
}
Expand Down

0 comments on commit e788090

Please sign in to comment.