diff --git a/package.json b/package.json index 8576165..98a5dbe 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "dev": "vite", "dev:functions": "netlify dev", - "build": "tsc -b && npm run build:functions && vite build", + "build": "vite build", "build:functions": "tsc -p src/functions/tsconfig.json", "preview": "vite preview", "lint": "eslint . --ext .ts,.tsx src/", @@ -44,4 +44,4 @@ "typescript-eslint": "^8.0.1", "vite": "^5.4.1" } -} +} \ No newline at end of file diff --git a/src/components/sync/SyncSource.tsx b/src/components/sync/SyncSource.tsx index fd9f893..132db45 100644 --- a/src/components/sync/SyncSource.tsx +++ b/src/components/sync/SyncSource.tsx @@ -10,7 +10,6 @@ export const SyncSource: React.FC = () => { setSourceEnvironmentId, sourceApiKey, setSourceApiKey, - sourceFile, setSourceFile, setSourceClient, } = useContext(WizardContext);