From af175ee7eac01b0cfcf5c658e10bfac746a25933 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Mon, 12 Aug 2024 17:54:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20pull=20postinstall=20stuff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 867c052..12f04d2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "dev": "nuxt dev", "generate": "nuxt generate", "preview": "nuxt preview", - "postinstall": "nuxt prepare", "lint": "eslint .", "lint:fix": "eslint . --fix", "lint:action": "pnpm run lint -f @jamesacarr/github-actions"