From ce07a06914f9147fd31c0dd6e5f50b1895751700 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Tue, 4 Jun 2024 23:52:43 +0100 Subject: [PATCH] chore(@repo/env-config): make build script empty --- packages/env-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/env-config/package.json b/packages/env-config/package.json index fe3952a..125b76f 100644 --- a/packages/env-config/package.json +++ b/packages/env-config/package.json @@ -5,7 +5,7 @@ "main": "index.js", "types": "index.ts", "scripts": { - "build": "tsc index.ts" + "build": "" }, "dependencies": { "@t3-oss/env-nextjs": "^0.10.1",