mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-06 12:47:44 +00:00
change the clone order, otherwise it'll fail early for normal contributors
This commit is contained in:
@@ -5,5 +5,9 @@ if (!shell.which("git")) {
|
|||||||
shell.exit(1);
|
shell.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
shell.exec("git clone https://github.com/skeletonlabs/skeletonlabs.co sites/skeletonlabs.co");
|
shell.exec(
|
||||||
shell.exec("git clone https://github.com/skeletonlabs/create-skeleton-app packages/create-skeleton-app");
|
"git clone https://github.com/skeletonlabs/create-skeleton-app packages/create-skeleton-app"
|
||||||
|
);
|
||||||
|
shell.exec(
|
||||||
|
"git clone https://github.com/skeletonlabs/skeletonlabs.co sites/skeletonlabs.co"
|
||||||
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user