We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb0bc4 commit 83a984fCopy full SHA for 83a984f
packages/wasm-miniscript/package.json
@@ -40,7 +40,7 @@
40
"build:ts-browser": "tsc --module es2020 --target es2020 --outDir dist/browser",
41
"build:ts": "tsc && npm run build:ts-browser",
42
"build": "npm run build:wasm && npm run build:ts",
43
- "check-fmt": "prettier --check ."
+ "check-fmt": "prettier --check . && cargo fmt -- --check"
44
},
45
"devDependencies": {
46
"@bitgo/utxo-lib": "^10.1.0",
0 commit comments