Skip to content

Commit 2b265a5

Browse files
feat(abstract-utxo): align fmt script with check-fmt
Update fmt script to use the same file pattern as check-fmt for consistency in formatting operations. Co-authored-by: llm-git <llm-git@ttll.de> Issue: BTC-2768
1 parent c7d4e82 commit 2b265a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/abstract-utxo/package.json

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

0 commit comments

Comments
 (0)