Skip to content

Commit

Permalink
chore: Don't format changelog, because otherwise it fails when trying…
Browse files Browse the repository at this point in the history
… to release
  • Loading branch information
TimothyJones committed Oct 11, 2023
1 parent 2d42688 commit bdd7d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/case-maintainer-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "[email protected]:case-contract-testing/contract-case.git"
},
"scripts": {
"format:base": "prettier \"*.{ts,md,json}\"",
"format:base": "prettier \"*.{ts,json}\"",
"format:check": "npm run format:base -- --list-different",
"format:fix": "npm run format:base -- --write "
},
Expand Down

0 comments on commit bdd7d70

Please sign in to comment.