Skip to content

Commit

Permalink
fix(chore): fix lint script (#5739)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored Feb 14, 2024
1 parent c282aec commit 03b044f
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 @@ -20,7 +20,7 @@
"check:test": "run-s test -- --silent",
"check:types": "tsc --build",
"chore:format:fix": "prettier --cache --write .",
"chore:lint:fix": "check:lint -- --quiet --fix",
"chore:lint:fix": "pnpm check:lint -- --quiet --fix",
"chore:normalize-versions": "node -r esbuild-register scripts/normalizeDependencyVersions.ts",
"clean": "run-s build:clean clean:deps",
"clean:deps": "rimraf packages/@sanity/*/node_modules packages/*/node_modules node_modules",
Expand Down

0 comments on commit 03b044f

Please sign in to comment.