We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa4b96 commit a896457Copy full SHA for a896457
1 file changed
packages/wasm-bip32/package.json
@@ -41,6 +41,7 @@
41
"build:ts": "npm run build:ts-esm && npm run build:ts-cjs",
42
"build:package-json": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
43
"build": "npm run build:wasm && npm run build:ts && npm run build:package-json",
44
+ "check-fmt": "prettier --check . && cargo fmt -- --check",
45
"lint": "cargo fmt --check && cargo clippy --all-targets --all-features -- -D warnings"
46
},
47
"devDependencies": {
0 commit comments