Skip to content

Commit 83fc11f

Browse files
committed
fix: temporarily disabling updating the changelog due to prettier issues
1 parent e60c371 commit 83fc11f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"pretest": "npm run build",
1717
"test": "npx lerna run test --stream",
1818
"test:smoke": "npm run test:smoke --workspace=packages/api",
19-
"version": "npx conventional-changelog-cli --pkg lerna.json -i CHANGELOG.md -s && git add CHANGELOG.md"
19+
"__version": "npx conventional-changelog-cli --pkg lerna.json -i CHANGELOG.md -s && git add CHANGELOG.md"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)