Skip to content

Commit a736c0e

Browse files
committed
💸 Add prettier cache (#512)
1 parent d997ae0 commit a736c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:typechain": "typechain --target ethers-v5 --out-dir build/types 'build/*.json'",
99
"build": "pnpm clean && pnpm build:hardhat && pnpm build:typechain",
1010
"clean": "rm -rf ./build && hardhat clean",
11-
"lint:prettier": "prettier './{contracts,test,features}/**/*.{ts,sol}'",
11+
"lint:prettier": "prettier './{contracts,test,features}/**/*.{ts,sol}' --cache",
1212
"lint:sol": "solhint 'contracts/**/*.sol'",
1313
"lint:ts": "eslint '{test,features}/**/*.ts' --cache",
1414
"lint:fix": "pnpm run lint:prettier --write --loglevel error && pnpm run lint:sol --fix && pnpm run lint:ts --fix",

0 commit comments

Comments
 (0)