Skip to content

Commit

Permalink
fix(ci): use correct notation again
Browse files Browse the repository at this point in the history
  • Loading branch information
wale committed Mar 1, 2024
1 parent c71da94 commit 348b8e0
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 @@ -9,7 +9,7 @@
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext vue,ts",
"lint:ci": "yarn lint --rule @ts-safeql/check-sql: false",
"lint:ci": "yarn lint --rule '@ts-safeql/check-sql: 0'",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate",
"db:migrate:dev": "prisma migrate dev",
Expand Down

0 comments on commit 348b8e0

Please sign in to comment.