From e781526337506d6c3c232c3e9fc1d9401435e353 Mon Sep 17 00:00:00 2001 From: developomp Date: Sat, 29 Jul 2023 09:00:15 +0900 Subject: [PATCH] chore: remove unnecessary preview scripts --- apps/main/package.json | 1 - package.json | 1 - turbo.json | 3 --- 3 files changed, 5 deletions(-) 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 },