Skip to content

Commit

Permalink
Update build script to include next export
Browse files Browse the repository at this point in the history
  • Loading branch information
thebkht committed Nov 27, 2023
1 parent f135075 commit ade1655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit ade1655

Please sign in to comment.