From 9129dffa4ccdf5fd05c6174f1f8c613e064092c9 Mon Sep 17 00:00:00 2001 From: xion Date: Thu, 27 Mar 2025 19:51:20 +0800 Subject: [PATCH] temp --- packages/.gitkeep | 0 pnpm-workspace.yaml | 3 --- submodules/.gitkeep | 0 turbo.json | 22 ---------------------- 4 files changed, 25 deletions(-) delete mode 100644 packages/.gitkeep delete mode 100644 pnpm-workspace.yaml delete mode 100644 submodules/.gitkeep delete mode 100644 turbo.json diff --git a/packages/.gitkeep b/packages/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index 4214824..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,3 +0,0 @@ -packages: - - 'submodules/*' - - 'packages/*' diff --git a/submodules/.gitkeep b/submodules/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/turbo.json b/turbo.json deleted file mode 100644 index 2163d21..0000000 --- a/turbo.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "$schema": "https://turbo.build/schema.json", - "tasks": { - "build": { - "dependsOn": [ - "^build" - ], - "outputs": [ - "dist/**" - ] - }, - "dev:lib": { - "persistent": true, - "cache": true - }, - "build:lib": { - "dependsOn": [ - "^build:lib" - ] - } - } -} \ No newline at end of file