Skip to content

Commit f3c5e14

Browse files
committed
chore: add commitlint
- Were waiting for first commit in this repo so we could set the `--from` param
1 parent 6a0164a commit f3c5e14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
"scripts": {
1212
"build": "tsc -p guest-js/tsconfig.json",
1313
"check-node-version": "check-node-version --npm 10.5.0",
14+
"commitlint": "commitlint --from 002bcc8",
1415
"markdownlint": "markdownlint-cli2",
1516
"rust:lint": "cargo lint-clippy && cargo lint-fmt",
1617
"rust:lint:fix": "cargo fix-clippy && cargo fix-fmt",
17-
"standards": "npm run markdownlint && npm run rust:lint"
18+
"standards": "npm run markdownlint && npm run rust:lint && npm run commitlint"
1819
},
1920
"author": "Jeremy Thomerson",
2021
"license": "MIT",

0 commit comments

Comments
 (0)