Skip to content

Commit a896457

Browse files
fix(wasm-bip32): add missing check-fmt script
1 parent 7fa4b96 commit a896457

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/wasm-bip32/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"build:ts": "npm run build:ts-esm && npm run build:ts-cjs",
4242
"build:package-json": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
4343
"build": "npm run build:wasm && npm run build:ts && npm run build:package-json",
44+
"check-fmt": "prettier --check . && cargo fmt -- --check",
4445
"lint": "cargo fmt --check && cargo clippy --all-targets --all-features -- -D warnings"
4546
},
4647
"devDependencies": {

0 commit comments

Comments
 (0)