summaryrefslogtreecommitdiff
path: root/scripts/index.js
diff options
context:
space:
mode:
authorGravatar Princesseuh <3019731+Princesseuh@users.noreply.github.com> 2024-08-20 14:29:50 +0200
committerGravatar Princesseuh <3019731+Princesseuh@users.noreply.github.com> 2024-08-20 14:29:50 +0200
commit787fed8504e7ec604d96ff266f58db715e84f736 (patch)
treeef29a659ddf6511e2564ee4d442f992cc9695241 /scripts/index.js
parent6617491c3bc2bde87f7867d7dec2580781852cfc (diff)
parentc6622adaeb405e961b12c91f0e5d02c7333d01cf (diff)
downloadastro-787fed8504e7ec604d96ff266f58db715e84f736.tar.gz
astro-787fed8504e7ec604d96ff266f58db715e84f736.tar.zst
astro-787fed8504e7ec604d96ff266f58db715e84f736.zip
Merge branch 'main' into next
Diffstat (limited to 'scripts/index.js')
-rwxr-xr-xscripts/index.js5
1 files changed, 0 insertions, 5 deletions
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);