From a736c0efa4bffe9ac1717161f9805a01e61c403d Mon Sep 17 00:00:00 2001 From: truefibot Date: Wed, 18 Jan 2023 12:40:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=B8=20Add=20prettier=20cache=20(#512)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33ebbb9..bc74ef5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build:typechain": "typechain --target ethers-v5 --out-dir build/types 'build/*.json'", "build": "pnpm clean && pnpm build:hardhat && pnpm build:typechain", "clean": "rm -rf ./build && hardhat clean", - "lint:prettier": "prettier './{contracts,test,features}/**/*.{ts,sol}'", + "lint:prettier": "prettier './{contracts,test,features}/**/*.{ts,sol}' --cache", "lint:sol": "solhint 'contracts/**/*.sol'", "lint:ts": "eslint '{test,features}/**/*.ts' --cache", "lint:fix": "pnpm run lint:prettier --write --loglevel error && pnpm run lint:sol --fix && pnpm run lint:ts --fix",