We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f135075 commit ade1655Copy full SHA for ade1655
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "FalseNotes",
3
- "version": "0.2.0",
+ "version": "1.0.0",
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
7
- "build": "npx prisma generate && npx prisma db push && next build",
+ "build": "npx prisma generate && npx prisma db push && next build && next export",
8
"start": "next start",
9
"lint": "next lint"
10
},
0 commit comments