Skip to content

Commit 6b8f637

Browse files
committed
fix(deser-lib): run check-fmt on code files only
Ticket: WP-6285
1 parent c022258 commit 6b8f637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/deser-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"unit-test": "nyc -- mocha --recursive test",
1010
"build": "yarn tsc --build --incremental --verbose .",
1111
"fmt": "prettier --write .",
12-
"check-fmt": "prettier --check .",
12+
"check-fmt": "prettier --check '{src,test}/**/*.{ts,js,json}'",
1313
"clean": "rm -r ./dist",
1414
"lint": "eslint --quiet .",
1515
"prepare": "npm run build"

0 commit comments

Comments
 (0)