chore: removed lint step

This commit is contained in:
pit
2023-10-03 10:01:44 +01:00
committed by Mythie
parent 00546c1290
commit 7d21f607df

View File

@ -14,7 +14,7 @@
"dx": "npm i && npm run dx:up && npm run prisma:migrate-dev",
"dx:up": "docker compose -f docker/compose-services.yml up -d",
"dx:down": "docker compose -f docker/compose-services.yml down",
"ci": "turbo run build test:e2e lint"
"ci": "turbo run build test:e2e"
},
"engines": {
"npm": ">=8.6.0",