From 201bca128dbd4ae04b5f7f77a0d16f28533e7025 Mon Sep 17 00:00:00 2001 From: gbuomprisco Date: Tue, 22 Oct 2024 14:42:01 +0800 Subject: [PATCH] Remove debugging script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 74c553cd1..3111f1970 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ }, "scripts": { "postinstall": "manypkg fix", - "run-script": "pnpm dlx tsx --tsconfig ./tsconfig.json apps/web/script.ts", "build": "turbo build --cache-dir=.turbo", "clean": "git clean -xdf node_modules dist .next", "clean:workspaces": "turbo clean",