Skip to content

Commit

Permalink
chore: ignore pnpm-lock.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmouk committed Jun 24, 2024
1 parent c79a1b1 commit 05e3dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm-lock.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"db:test:studio": "pnpm -F @minute/prisma db:test:studio",
"db:test:push": "pnpm -F @minute/prisma db:test:push",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --ignore-path .gitignore --check .",
"format:fix": "turbo run format:fix && prettier --ignore-path .gitignore -w .",
"format": "prettier --check .",
"format:fix": "turbo run format:fix && prettier -w .",
"secretlint": "secretlint --secretlintignore .gitignore --maskSecrets '**/*'",
"vercel-build": "pnpm run db:generate && pnpm run db:migrate:deploy && pnpm run build",
"prepare": "husky"
Expand Down

0 comments on commit 05e3dcc

Please sign in to comment.