👷 Fix CI
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m10s

This commit is contained in:
Nathan 2025-06-19 16:30:02 +02:00
parent f767ff0b2f
commit be31456a9b

View file

@ -7,7 +7,7 @@
"dev": "react-router dev --host", "dev": "react-router dev --host",
"start": "react-router-serve ./build/server/index.js", "start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc", "typecheck": "react-router typegen && tsc",
"deploy": "netlify deploy --prod --dir=./build/client --message=\"Deploy to Netlify from Forgejo\" --site=$NETLIFY_SITE_ID --auth=$NETLIFY_AUTH_TOKEN" "deploy": "netlify deploy --prod --dir=./build/client --message=\"Deploy to Netlify from Forgejo\" --site=$NETLIFY_SITE_ID --auth=$NETLIFY_AUTH_TOKEN --no-build"
}, },
"dependencies": { "dependencies": {
"@marsidev/react-turnstile": "^1.1.0", "@marsidev/react-turnstile": "^1.1.0",