From a7873fda029c2a2cda5acd58acbfe08f4c3be32e Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Fri, 25 Oct 2024 15:03:04 -0400 Subject: [PATCH] A thing is not necessarily true because a man dies for it. -- Oscar Wilde, "The Portrait of Mr. W.H." --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d1d2e5..ea4d9a3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "check-types": "tsc --noEmit", "check-formatting": "prettier -c src", "prettier": "prettier -w src", - "postinstall": "prisma generate", + "postinstall": "prisma generate" }, "dependencies": { "@formatjs/intl-localematcher": "^0.5.4",