diff --git a/apps/main/package.json b/apps/main/package.json index a702c7f..63eab7a 100644 --- a/apps/main/package.json +++ b/apps/main/package.json @@ -8,7 +8,6 @@ "dev": "vite dev", "build": "pnpm cp && vite build", "clean": "rm -rf .svelte-kit .turbo build node_modules vite.config.ts.timestamp-*", - "preview": "vite preview", "lint": "eslint ." }, "devDependencies": { diff --git a/package.json b/package.json index f9fc998..a4882de 100755 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "scripts": { "build": "turbo run build", "dev": "turbo run dev --parallel --continue", - "preview": "turbo run preview --parallel --continue", "lint": "turbo run lint", "clean": "turbo run clean && rm -rf node_modules" }, diff --git a/turbo.json b/turbo.json index 83d6f28..37a9287 100644 --- a/turbo.json +++ b/turbo.json @@ -8,9 +8,6 @@ "cache": false, "dependsOn": ["^build"] }, - "preview": { - "cache": false - }, "lint": { "cache": false },