Skip to content

Commit

Permalink
chore: add cache option for lint and format scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Jan 8, 2025
1 parent 156f649 commit f705fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"bootstrap": "pnpm install && node scripts/bootstrap.mjs",
"lint": "eslint . --fix",
"format": "prettier --write .",
"lint": "eslint --fix --cache .",
"format": "prettier --write --cache .",
"changelog": "varlet-cli changelog",
"clean": "rimraf ./node_modules ./packages/*/node_modules",
"dev": "pnpm --dir ./packages/varlet-ui dev",
Expand Down

0 comments on commit f705fd9

Please sign in to comment.