1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

Enable caching for prettier (#4837)

This commit is contained in:
Oscar Hinton
2023-02-24 16:44:01 +01:00
committed by GitHub
parent 7268d272f0
commit 76d6586ff8

View File

@@ -17,7 +17,7 @@
"lint": "eslint . --cache --cache-strategy content && prettier --check .",
"lint:fix": "eslint . --cache --cache-strategy content --fix",
"lint:clear": "rimraf .eslintcache",
"prettier": "prettier --write .",
"prettier": "prettier --cache --write .",
"test": "jest",
"test:watch": "jest --clearCache && jest --watch",
"test:watch:all": "jest --watchAll",