We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312a3dc commit da813bcCopy full SHA for da813bc
package.json
@@ -7,8 +7,8 @@
7
"scripts": {
8
"build": "tsc -b ./tsconfig.packages.json && npm run build --ws --if-present",
9
"clean": "tsc -b --clean && rimraf \"lib\" && npm run clean --ws --if-present",
10
- "format": "prettier --write '**/*.ts'",
11
- "format:check": "prettier --check '**/*.ts'",
+ "format": "prettier --write \"**/*.ts\"",
+ "format:check": "prettier --check \"**/*.ts\"",
12
"lint": "eslint . --ext .ts",
13
"rebuild": "npm run clean && npm run build",
14
"watch": "tsc -b ./tsconfig.packages.json -w",
0 commit comments