Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKiral committed Oct 8, 2024
1 parent b545004 commit edbb1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down Expand Up @@ -44,4 +44,4 @@
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}
}
1 change: 0 additions & 1 deletion src/components/sync/SyncSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const SyncSource: React.FC = () => {
setSourceEnvironmentId,
sourceApiKey,
setSourceApiKey,
sourceFile,
setSourceFile,
setSourceClient,
} = useContext(WizardContext);
Expand Down

0 comments on commit edbb1e3

Please sign in to comment.