Skip to content

Commit

Permalink
chore: remove run in pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHernandez committed Nov 24, 2024
1 parent a0017f0 commit ccdd7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint-staged.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const config = {
"**/*.{ts?(x),mts}": () => "tsc -p tsconfig.prod.json --noEmit",
"*.{js,jsx,mjs,cjs,ts,tsx,mts}": ["pnpm lint:file", "vitest related --run"],
"*.{md,json}": "prettier --write",
"*": "pnpm run typos",
"*.{yml,yaml}": "pnpm run lint:yaml",
"*": "pnpm typos",
"*.{yml,yaml}": "pnpm lint:yaml",
};

export default config;

0 comments on commit ccdd7aa

Please sign in to comment.