From af62bcb39f32b2f953c117db931fc35b839228e6 Mon Sep 17 00:00:00 2001 From: enscribe Date: Fri, 21 Mar 2025 22:42:56 -0700 Subject: [PATCH] fix: add postinstall command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c47382b..8f5506b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", - "prettier": "prettier --write ." + "prettier": "prettier --write .", + "postinstall": "patch-package" }, "dependencies": { "@astrojs/check": "^0.9.4",