Skip to content

Commit 83a984f

Browse files
feat: enforce rust formatting in wasm-miniscript
Issue: BTC-1451
1 parent fdb0bc4 commit 83a984f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wasm-miniscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"build:ts-browser": "tsc --module es2020 --target es2020 --outDir dist/browser",
4141
"build:ts": "tsc && npm run build:ts-browser",
4242
"build": "npm run build:wasm && npm run build:ts",
43-
"check-fmt": "prettier --check ."
43+
"check-fmt": "prettier --check . && cargo fmt -- --check"
4444
},
4545
"devDependencies": {
4646
"@bitgo/utxo-lib": "^10.1.0",

0 commit comments

Comments
 (0)