From 1fd84b6bbc42885d0a80ea65a87b4a7946320924 Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Tue, 20 Aug 2024 18:25:04 +0800 Subject: Remove unused code in internal scripts (#11769) --- scripts/index.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts/index.js') diff --git a/scripts/index.js b/scripts/index.js index 381500ac4..9129bd4f4 100755 --- a/scripts/index.js +++ b/scripts/index.js @@ -8,11 +8,6 @@ export default async function run() { await build(...args, cmd === 'dev' ? 'IS_DEV' : undefined); break; } - case 'copy': { - const { default: copy } = await import('./cmd/copy.js'); - await copy(...args); - break; - } case 'prebuild': { const { default: prebuild } = await import('./cmd/prebuild.js'); await prebuild(...args); -- cgit v1.2.3