Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

Commit 4f151cd

Browse files
committed
build: make script commitlint check last commit only
1 parent 161ee37 commit 4f151cd

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
"dev:start": "fastify start --ignore-watch='.ts$' -w -l debug -P dist/src/app.js --options",
1717
"lint": "eslint",
1818
"lint:fix": "eslint --fix",
19-
"commitlint": "commitlint --from-last-tag --strict --verbose"
19+
"commitlint": "commitlint --last --strict --verbose"
2020
},
2121
"keywords": [],
2222
"author": "Flandia",

0 commit comments

Comments
 (0)