Update Netlify build settings + make GA run less

main
Guus van Meerveld 2 years ago
parent 555e4f9b2f
commit ba48608135
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -7,7 +7,7 @@ on:
- src/**
- package.json
- tsconfig.json
- .github/workflows/**
- .github/workflows/codeql-analysis.yml
pull_request:
# The branches below must be a subset of the branches above
branches: [master]

@ -11,7 +11,7 @@ on:
- package.json
- tsconfig.json
- next.config.js
- .github/workflows/**
- .github/workflows/deploy.yml
env:
NEXT_TELEMETRY_DISABLED: 1

@ -1,3 +1,3 @@
[build]
publish = "out"
command = "yarn export"
publish = ".next"
command = "yarn build"
Loading…
Cancel
Save