From 4ea08f7ea2d61aa2b1fbdf24f16fa62bfe5b3c57 Mon Sep 17 00:00:00 2001 From: ftsell Date: Wed, 15 Nov 2023 17:00:24 +0100 Subject: [PATCH] remove postinstall script The script does not work when this packages is installed as a dependency so it makes no sense to have it. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ecc4a7c..0a6c711 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,7 @@ "build": "nuxt build .playground", "generate": "nuxt generate .playground", "preview": "nuxt preview .playground", - "lint": "eslint .", - "postinstall": "nuxt prepare .playground" + "lint": "eslint ." }, "devDependencies": { "@nuxt/eslint-config": "^0.1.1",