Skip to content

Commit 1b65ce8

Browse files
committed
chore: hashcheck script
Signed-off-by: Sam Gammon <sam@elide.ventures>
1 parent 2fc1bf8 commit 1b65ce8

3 files changed

Lines changed: 3213 additions & 1895 deletions

File tree

bun.lockb

216 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"test:node": "pnpm run -r test:node",
2323
"test": "pnpm run test:bun",
2424
"prettier": "prettier",
25-
"prepare": "husky"
25+
"prepare": "husky",
26+
"hashcheck": "node node_modules/verify-hashes/dist/cli.js check ."
2627
},
2728
"devDependencies": {
2829
"@changesets/cli": "2.27.1",
@@ -31,7 +32,8 @@
3132
"husky": "9.0.11",
3233
"lint-staged": "15.2.2",
3334
"prettier": "3.2.5",
34-
"typescript": "5.4.2"
35+
"typescript": "5.4.2",
36+
"verify-hashes": "1.0.0-rc1"
3537
},
3638
"husky": {
3739
"hooks": {

0 commit comments

Comments
 (0)