create auth.json before build
Gitea/movie-explorer/pipeline/head There was a failure building this commit Details

This commit is contained in:
andrzej 2024-05-26 16:22:08 +02:00
parent 2011f162cd
commit 90c4db1431
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "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", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview" "preview": "vite preview"
}, },