Skip to content

Commit

Permalink
💸 Add prettier cache (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
truefibot committed Jan 18, 2023
1 parent d997ae0 commit a736c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a736c0e

Please sign in to comment.