Skip to content

Commit

Permalink
fix: build before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Oct 23, 2023
1 parent ee6a04a commit 1885553
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 @@ -19,7 +19,7 @@
"test:blog": "linkinator https://blog.hello.coop https://blog.hello.dev --config linkinator.config.json",
"pr": "./scripts/pr.sh",
"rebase": "git pull origin main --rebase",
"review": "npm run rebase && npm run test && npm run pr"
"review": "npm run rebase && npm run build && npm run test && npm run pr"
},
"engines": {
"node": "~18",
Expand Down

0 comments on commit 1885553

Please sign in to comment.