diff --git a/package.json b/package.json index 493888f..c54994f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build --base=/movie-explorer/", + "build": "tsc && touch src/auth.json && vite build --base=/movie-explorer/", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" },