Skip to content

Commit bb2389f

Browse files
Merge pull request #8099 from BitGo/BTC-2650.abstract-utxo-fmt-fix
feat(abstract-utxo): update check-fmt command path pattern
2 parents 0a5d85f + 8eedc51 commit bb2389f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/abstract-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build:cjs": "yarn tsc --build --incremental --verbose .",
2828
"build:esm": "yarn tsc --project tsconfig.esm.json",
2929
"fmt": "prettier --write .",
30-
"check-fmt": "prettier --check '**/*.{ts,js,json}'",
30+
"check-fmt": "prettier --check '{src,test}/**/*.{ts,js,json}'",
3131
"clean": "rm -rf ./dist",
3232
"lint": "eslint --quiet .",
3333
"prepare": "npm run build",

0 commit comments

Comments
 (0)