We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c022258 commit 6b8f637Copy full SHA for 6b8f637
1 file changed
modules/deser-lib/package.json
@@ -9,7 +9,7 @@
9
"unit-test": "nyc -- mocha --recursive test",
10
"build": "yarn tsc --build --incremental --verbose .",
11
"fmt": "prettier --write .",
12
- "check-fmt": "prettier --check .",
+ "check-fmt": "prettier --check '{src,test}/**/*.{ts,js,json}'",
13
"clean": "rm -r ./dist",
14
"lint": "eslint --quiet .",
15
"prepare": "npm run build"
0 commit comments