We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0164a commit f3c5e14Copy full SHA for f3c5e14
1 file changed
package.json
@@ -11,10 +11,11 @@
11
"scripts": {
12
"build": "tsc -p guest-js/tsconfig.json",
13
"check-node-version": "check-node-version --npm 10.5.0",
14
+ "commitlint": "commitlint --from 002bcc8",
15
"markdownlint": "markdownlint-cli2",
16
"rust:lint": "cargo lint-clippy && cargo lint-fmt",
17
"rust:lint:fix": "cargo fix-clippy && cargo fix-fmt",
- "standards": "npm run markdownlint && npm run rust:lint"
18
+ "standards": "npm run markdownlint && npm run rust:lint && npm run commitlint"
19
},
20
"author": "Jeremy Thomerson",
21
"license": "MIT",
0 commit comments