diff --git a/examples/react/next.js/package.json b/examples/react/next.js/package.json index 1409916f3..94f3489f0 100644 --- a/examples/react/next.js/package.json +++ b/examples/react/next.js/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build && next export", "start": "next start", "tauri:prod": "tauri", "tauri:source": "node ../../../cli/tauri.js/bin/tauri",