chore: added --cache to prettier call (#10865)

This commit is contained in:
Rohan Talip 2025-01-20 13:19:34 -07:00 committed by GitHub
parent 7a384be0f6
commit 08cea16ac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -243,7 +243,7 @@
"package": "gulp package",
"pack": "gulp pack",
"lint": "eslint .",
"format": "prettier --write --end-of-line auto \"./src/**/*.ts\" \"./test/**/*.ts\" \"./sample/**/*.ts\"",
"format": "prettier --cache --write --end-of-line auto \"./src/**/*.ts\" \"./test/**/*.ts\" \"./sample/**/*.ts\"",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2"
},
"bin": {