1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +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": "eslint . --cache --cache-strategy content && prettier --check .",
"lint:fix": "eslint . --cache --cache-strategy content --fix", "lint:fix": "eslint . --cache --cache-strategy content --fix",
"lint:clear": "rimraf .eslintcache", "lint:clear": "rimraf .eslintcache",
"prettier": "prettier --write .", "prettier": "prettier --cache --write .",
"test": "jest", "test": "jest",
"test:watch": "jest --clearCache && jest --watch", "test:watch": "jest --clearCache && jest --watch",
"test:watch:all": "jest --watchAll", "test:watch:all": "jest --watchAll",