Skip to content

Commit

Permalink
chore: prettier should ignore pnpm lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jan 9, 2023
1 parent 65c0b87 commit 410b03d
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 @@ -69,7 +69,7 @@
"build:fix": "esno scripts/postbuild.ts",
"lint": "pnpm lint:eslint && pnpm lint:prettier",
"lint:eslint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore --report-unused-disable-directives .",
"lint:prettier": "prettier --check --ignore-path .gitignore . '!pnpm-lock.yaml'",
"lint:prettier": "prettier --check --ignore-path .gitignore . \"!pnpm-lock.yaml\"",
"play": "npm -C playground run dev",
"example:vite": "npm -C examples/vite run storybook",
"example:vite:app": "npm -C examples/vite run dev",
Expand Down

0 comments on commit 410b03d

Please sign in to comment.