diff --git a/package.json b/package.json index 426e3c9..cb8def0 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "FalseNotes", - "version": "0.2.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", - "build": "npx prisma generate && npx prisma db push && next build", + "build": "npx prisma generate && npx prisma db push && next build && next export", "start": "next start", "lint": "next lint" },