We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe1134 commit 44ecb22Copy full SHA for 44ecb22
package.json
@@ -10,8 +10,8 @@
10
"test": "jest --coverage --verbose",
11
"build": "ncc build ./src/index.ts -o lib",
12
"tsc": "tsc",
13
- "format": "prettier --write **/*.ts",
14
- "format:check": "prettier --check **/*.ts",
+ "format": "prettier --write '**/*.ts'",
+ "format:check": "prettier --check '**/*.ts'",
15
"release": "standard-version"
16
},
17
"lint-staged": {
0 commit comments