1
0
Fork 0

chore(build): do not run next export

- this is allowed thanks to Netlify's Nextjs runtime plugin
This commit is contained in:
Vojtěch Mareš 2022-12-09 13:25:28 +01:00
parent f3e04ddad8
commit 6fe1b31907
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",