From efd53995a15c80cb1689d35e3ac41a13a877f24c Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Thu, 28 Nov 2024 11:34:57 +0800 Subject: [PATCH] Fix version 1.2.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aaa60547..4f88fd66 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.2.5", "private": true, "prisma": { - "seed": "npx tsx prisma/seed.ts --yes" + "seed": "npx tsx prisma/seed.ts --yes" }, "scripts": { "dev": "next dev --experimental-https",