From 72e6205a2736447f72003d79976c0ef68807472c Mon Sep 17 00:00:00 2001 From: harlan Date: Mon, 1 Jul 2024 17:56:27 +1000 Subject: [PATCH] chore: drop postinstall Fixes #303 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e075cc..ef6fbca 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,7 @@ "dev:build": "nuxi build .playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare .playground", "release": "pnpm build && bumpp && pnpm -r publish", - "test": "vitest", - "postinstall": "pnpm dev:prepare" + "test": "vitest" }, "dependencies": { "@nuxt/devtools-kit": "^1.3.7",