We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbe504 commit 60cca3cCopy full SHA for 60cca3c
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
env:
32
NODE_ENV: production
33
VITE_MODE: production
34
- run: npm run build -- --mode production --verbose
+ run: npm run build -- --mode production
35
36
- name: Check built files (Debugging)
37
run: grep -r "import.meta.env.MODE" dist/ || echo "No env mode found in built files"
0 commit comments