We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a5d85f + 8eedc51 commit bb2389fCopy full SHA for bb2389f
1 file changed
modules/abstract-utxo/package.json
@@ -27,7 +27,7 @@
27
"build:cjs": "yarn tsc --build --incremental --verbose .",
28
"build:esm": "yarn tsc --project tsconfig.esm.json",
29
"fmt": "prettier --write .",
30
- "check-fmt": "prettier --check '**/*.{ts,js,json}'",
+ "check-fmt": "prettier --check '{src,test}/**/*.{ts,js,json}'",
31
"clean": "rm -rf ./dist",
32
"lint": "eslint --quiet .",
33
"prepare": "npm run build",
0 commit comments