Remove CSA

This commit is contained in:
Nik
2023-05-18 16:17:57 +10:00
parent ffdca178ae
commit 8926e5c52a
40 changed files with 19 additions and 1926 deletions

View File

@@ -5,6 +5,5 @@ if (!shell.which("git")) {
shell.exit(1);
}
shell.exec(
"git clone https://github.com/skeletonlabs/skeletonlabs.co sites/skeletonlabs.co"
);
shell.exec("git clone https://github.com/skeletonlabs/skeletonlabs.co sites/skeletonlabs.co");
shell.exec("git clone https://github.com/skeletonlabs/create-skeleton-app packages/create-skeleton-app");