-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: kill the landing page #906
Conversation
Must be merged together with openfoodfacts/open-prices#483
@@ -6,8 +6,8 @@ | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vite build", | |||
"build-staging": "vite build --base=/app/ --mode preprod", | |||
"build-prod": "vite build --base=/app/ --mode prod", | |||
"build-staging": "vite build mode preprod", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the CI issue is probably cause by your typo where you changed "--mode" to "mode"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix here : 011d5a1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow sorry for that 😅
See #364