From 0171fb88af7edbc777a07b78e0e458a434755d28 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Thu, 14 Oct 2021 18:52:19 +0200 Subject: [PATCH] Removed the prepublish checks from r3f for now --- packages/r3f/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/r3f/package.json b/packages/r3f/package.json index ceea072..6937f2e 100644 --- a/packages/r3f/package.json +++ b/packages/r3f/package.json @@ -26,12 +26,12 @@ "dist/**/*" ], "scripts": { - "prepack": "node ../../devEnv/ensurePublishing.js", + "prepack": "yarn run build", "typecheck": "yarn run build", "build": "run-s build:ts build:js", "build:ts": "tsc --build ./tsconfig.json", "build:js": "node -r esbuild-register ./devEnv/build.ts", - "prepublish": "node ../../devEnv/ensurePublishing.js" + "prepublish": "yarn run build" }, "devDependencies": { "@types/jest": "^26.0.23",