diff --git a/package.json b/package.json index 60180de..236a5a0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build && node", "start": "next start", "typecheck": "tsc", "codegen": "graphql-codegen --require dotenv/config --config codegen.ts dotenv_config_path=./.env.local"