Skip to content

Commit

Permalink
chore: update prep script
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdichtioui committed Nov 29, 2024
1 parent d5f44ae commit 0f198b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/stage-commit-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
displayName: 'Install Node.js'

- script: |
npm install &commitlint/{config-conventional,cli} --save-dev
npm install @commitlint/{config-conventional,cli} --save-dev
COMMIT_MSG=$(git log -1 --pretty=%B)
echo $COMMIT_MSG | npx commitlint
displayName: 'Validate Commit Message'

0 comments on commit 0f198b7

Please sign in to comment.