We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad92444 commit d0265a0Copy full SHA for d0265a0
package.json
@@ -33,8 +33,8 @@
33
"stats": "NODE_ENV=production webpack --json --config=webpack.config.ts --mode=production > stats.json",
34
"lint": "eslint --cache --max-warnings 0 .",
35
"check": "tsc",
36
- "prettier": "prettier --cache --cache-strategy metadata --write --list-different . **/*.svg",
37
- "prettier:check": "prettier --cache --cache-strategy metadata --check . **/*.svg",
+ "prettier": "prettier --cache --write --list-different . **/*.svg",
+ "prettier:check": "prettier --cache --check . **/*.svg",
38
"check:spelling": "cspell --cache --no-progress '**/*'",
39
"testonly": "npm run build:demo && docker-compose up --abort-on-container-exit --build test",
40
"declarations": "tsc --emitDeclarationOnly -p tsconfig.lib.json"
0 commit comments