Skip to content

Commit

Permalink
Run 'test-all' in 'prePublish' to avoid a repeat of a broken test jus…
Browse files Browse the repository at this point in the history
…t now
  • Loading branch information
rrthomas committed Jul 25, 2024
1 parent ef25743 commit 92bdaf9
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 @@ -72,7 +72,7 @@
"coverage": "NODE_ENV=coverage c8 --extension .ts npm test",
"loc": "cloc --exclude-ext=js --force-lang='JavaScript,ohm' --not-match-f='\\.test\\.ts|\\.ohm-bundle\\.d\\.ts|prelude.js*' src",
"diff-check": "git diff --exit-code",
"prepublishOnly": "npm run diff-check && git push --all",
"prepublishOnly": "npm run diff-check && git push --all && npm run test-all",
"postpublish": "git push --tags --no-verify && gh release create $(git describe) -t \"Release $(git describe)\"",
"no-diff-or-untracked": "git diff --exit-code package.json src/ test/ || ( git ls-files --other --directory --exclude-standard | sed q1; exit 1 )"
},
Expand Down

0 comments on commit 92bdaf9

Please sign in to comment.