We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cce736 commit f5c76d3Copy full SHA for f5c76d3
packages/webcrack/package.json
@@ -32,7 +32,7 @@
32
"lint": "eslint src test",
33
"lint:fix": "eslint src test --fix",
34
"format:check": "prettier --check \"{src,test}/**/*.ts\"",
35
- "format": "prettier --write \"{src,test}**/*.ts\"",
+ "format": "prettier --write \"{src,test}/**/*.ts\"",
36
"typecheck": "tsc --noEmit",
37
"test": "vitest --no-isolate"
38
},
0 commit comments