Skip to content

Commit 73328a7

Browse files
committed
feat: add --cache to prettier cmd
1 parent ccb0ea3 commit 73328a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:native": "./ci/dev/test-native.sh",
2424
"test:scripts": "./ci/dev/test-scripts.sh",
2525
"package": "./ci/build/build-packages.sh",
26-
"prettier": "prettier --write --loglevel=warn .",
26+
"prettier": "prettier --write --loglevel=warn --cache .",
2727
"postinstall": "./ci/dev/postinstall.sh",
2828
"publish:npm": "./ci/steps/publish-npm.sh",
2929
"publish:docker": "./ci/steps/docker-buildx-push.sh",

0 commit comments

Comments
 (0)