Skip to content

Commit

Permalink
build(package-json): commit npm script now has --signoff by default
Browse files Browse the repository at this point in the history
This is useful since no commit will be accepted without a signature on it anyway.

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed May 19, 2020
1 parent 34ceb46 commit bb18774
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 @@ -22,7 +22,7 @@
"webpack:node:prod": "lerna exec --stream --ignore '*/*cockpit' -- webpack --env=prod --target=node --config ../../webpack.config.js",
"webpack:node:dev": "lerna exec --stream --ignore '*/*cockpit' -- webpack --env=dev --target=node --config ../../webpack.config.js",
"changelog": "conventional-changelog --infile CHANGELOG.md --outfile CHANGELOG.md && git add CHANGELOG.md",
"commit": "git-cz",
"commit": "git-cz --signoff",
"prettier": "prettier --write --config .prettierrc.json \"./**/*.{ts,js}\"",
"setup": "lerna exec --stream --ignore '*/*cockpit' -- rm -rf node_modules package-lock.json",
"lint": "lerna exec --stream --ignore '*/*cockpit' -- cross-env DEBUG= tslint --project tsconfig.json",
Expand Down

0 comments on commit bb18774

Please sign in to comment.