We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2836f9e + 13f3fef commit 4da085bCopy full SHA for 4da085b
1 file changed
package.json
@@ -22,6 +22,7 @@
22
"check-node-version": "check-node-version --npm 10.5.0",
23
"commitlint": "commitlint --from ${COMMITLINT_FROM:-002bcc8} --to ${COMMITLINT_TO:-HEAD}",
24
"markdownlint": "markdownlint-cli2",
25
+ "prepare": "rollup -c",
26
"standards": "npm run markdownlint && npm run rust:lint && npm run commitlint",
27
"rust:lint": "cargo lint-clippy && cargo lint-fmt",
28
"rust:lint:fix": "cargo fix-clippy && cargo fix-fmt",
0 commit comments