Skip to content

Commit 4da085b

Browse files
authored
Merge pull request silvermine#16 from velocitysystems/publish
feat: add prepare script for git-based npm installation
2 parents 2836f9e + 13f3fef commit 4da085b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"check-node-version": "check-node-version --npm 10.5.0",
2323
"commitlint": "commitlint --from ${COMMITLINT_FROM:-002bcc8} --to ${COMMITLINT_TO:-HEAD}",
2424
"markdownlint": "markdownlint-cli2",
25+
"prepare": "rollup -c",
2526
"standards": "npm run markdownlint && npm run rust:lint && npm run commitlint",
2627
"rust:lint": "cargo lint-clippy && cargo lint-fmt",
2728
"rust:lint:fix": "cargo fix-clippy && cargo fix-fmt",

0 commit comments

Comments
 (0)