mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-31 22:51:28 +01:00
Enable caching for prettier (#4837)
This commit is contained in:
parent
7268d272f0
commit
76d6586ff8
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user