Skip to content

Commit f5c76d3

Browse files
committed
fix: format command leaving out webcrack subfolders (j4k0xb#193)
1 parent 3cce736 commit f5c76d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webcrack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint": "eslint src test",
3333
"lint:fix": "eslint src test --fix",
3434
"format:check": "prettier --check \"{src,test}/**/*.ts\"",
35-
"format": "prettier --write \"{src,test}**/*.ts\"",
35+
"format": "prettier --write \"{src,test}/**/*.ts\"",
3636
"typecheck": "tsc --noEmit",
3737
"test": "vitest --no-isolate"
3838
},

0 commit comments

Comments
 (0)