Skip to content

Commit

Permalink
Adding test running to prepush action
Browse files Browse the repository at this point in the history
  • Loading branch information
rdamazio committed Sep 15, 2024
1 parent ae5ef5e commit 5f8dbee
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 @@ -17,7 +17,7 @@
"format:fix": "npm run format -- --write",
"spell": "codespell src/",
"spell:fix": "codespell -w -i 3 src/",
"prepush": "npm run lint && npm run format && npm run spell",
"prepush": "npm run lint && npm run format && npm run spell && npm run test:headless",
"prepush:fix": "npm run format:fix && npm run spell:fix",
"push": "jj branch set -r @- main && jj git push -b main"
},
Expand Down

0 comments on commit 5f8dbee

Please sign in to comment.