Use --cache new option with prettier
[poolifier.git] / package.json
index 2115bbe4e467f1f1d8853cf6a94de2b22ffc7bb2..2b482d6dbf546156112fd7267e99a6b5359e1985 100644 (file)
@@ -16,7 +16,7 @@
     "test:debug": "npm run build && mocha --no-parallel --inspect 'tests/**/*.test.js'",
     "coverage": "c8 report --reporter=lcov",
     "coverage:html": "c8 report --reporter=html",
-    "format": "prettier . --write; ts-standard . --fix",
+    "format": "prettier . --cache --write; ts-standard . --fix",
     "lint": "eslint . --cache",
     "lint:fix": "eslint . --cache --fix",
     "lint:report": "eslint . --cache --format json --output-file reports/eslint.json",