Added prebuild

This commit is contained in:
DrMint 2022-05-07 11:51:00 +02:00
parent fe3757f56f
commit f65bdcc72c
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"private": true,
"scripts": {
"dev": "next dev -p 12499",
"build": "npm run generate && next build",
"prebuild": "npm run generate",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start -p 12500",
"lint": "next lint",