chore: add lint-staged task for dependency changes (#548)

This commit is contained in:
Aditya Deshlahre
2023-12-09 06:00:15 +05:30
committed by Mythie
parent 38e5b1d3ce
commit 497d9140d2
2 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,8 @@
"prisma:seed": "npm run with:env -- npm run prisma:seed -w @documenso/prisma",
"prisma:studio": "npm run with:env -- npx prisma studio --schema packages/prisma/schema.prisma",
"with:env": "dotenv -e .env -e .env.local --",
"reset:hard": "npm run clean && npm i && npm run prisma:generate"
"reset:hard": "npm run clean && npm i && npm run prisma:generate",
"precommit": "npm install && git add package.json package-lock.json"
},
"engines": {
"npm": ">=8.6.0",