Skip to content

Commit

Permalink
Don't force signed commits
Browse files Browse the repository at this point in the history
  • Loading branch information
parzhitsky committed Jul 22, 2024
1 parent eebef98 commit e021e1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
"build": "npm run build:only",
"precompose-version-number:ci": "npm run build-data-file-if-needed",
"compose-version-number:ci": "npm run _ts-node -- ./compose-version-number.impl.ts",
"preversion": "test ${VERSIONING_IS_ALLOWED:?'Please, change version with a custom script!'}",
"v": "VERSIONING_IS_ALLOWED=true npm version --git-tag-version --sign-git-tag",
"assert-package-and-data-file-versions-match": "npm run _ts-node -- ./assert-package-and-data-file-versions-match.impl.ts",
"prepublishOnly": "npm run build && npm run assert-package-and-data-file-versions-match",
"postinstall": "node --unhandled-rejections=strict postinstall.js"
Expand Down

0 comments on commit e021e1e

Please sign in to comment.