Skip to content

Commit d0265a0

Browse files
Switch prettier to default cache strategy (#321)
1 parent ad92444 commit d0265a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"stats": "NODE_ENV=production webpack --json --config=webpack.config.ts --mode=production > stats.json",
3434
"lint": "eslint --cache --max-warnings 0 .",
3535
"check": "tsc",
36-
"prettier": "prettier --cache --cache-strategy metadata --write --list-different . **/*.svg",
37-
"prettier:check": "prettier --cache --cache-strategy metadata --check . **/*.svg",
36+
"prettier": "prettier --cache --write --list-different . **/*.svg",
37+
"prettier:check": "prettier --cache --check . **/*.svg",
3838
"check:spelling": "cspell --cache --no-progress '**/*'",
3939
"testonly": "npm run build:demo && docker-compose up --abort-on-container-exit --build test",
4040
"declarations": "tsc --emitDeclarationOnly -p tsconfig.lib.json"

0 commit comments

Comments
 (0)