From 22af483c88d69e967bd3bc42317fafb20bf4891c Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 18 May 2024 10:22:40 +0300 Subject: [PATCH] Accessing SQLite3 commands to package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 793a9de0f..43032c8ce 100644 --- a/package.json +++ b/package.json @@ -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",