Accessing SQLite3 commands to package.json

This commit is contained in:
Kalle
2024-05-18 10:22:40 +03:00
parent 6a188a1d69
commit 22af483c88

View File

@@ -26,7 +26,9 @@
"test:e2e": "npx playwright test",
"checks": "npm run test:unit && npm run lint:css && npm run lint:ts && npm run prettier:check && npm run typecheck",
"cf": "npm run test:unit && npm run check-translation-jsons && npm run lint:css -- --fix && npm run lint:ts -- --fix && npm run prettier:write && npm run typecheck && npm run test:e2e",
"cf:noe2e": "npm run test:unit && npm run check-translation-jsons && npm run lint:css -- --fix && npm run lint:ts -- --fix && npm run prettier:write && npm run typecheck"
"cf:noe2e": "npm run test:unit && npm run check-translation-jsons && npm run lint:css -- --fix && npm run lint:ts -- --fix && npm run prettier:write && npm run typecheck",
"db": "sqlite3 --column --header db.sqlite3",
"db:prod": "sqlite3 --column --header db-prod.sqlite3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.564.0",