From c7581cead94000cf05f891351779e1a78a0eca68 Mon Sep 17 00:00:00 2001 From: tedspare Date: Tue, 1 Oct 2024 14:03:42 -0400 Subject: [PATCH] Remove prepub script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index a17d706..55cebf8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "scripts": { "tailwind": "bunx tailwindcss -i ./src/styles.css -o ./dist/output.css", "watch": "bun run build --watch", - "prepublishOnly": "bun run build", "clean": "rm -rf .next && rm -rf node_modules", "bleed": "bunx npm-check-updates -u && bun i", "format": "prettier --write .",