deployment

This commit is contained in:
cupcakearmy
2020-01-12 19:29:34 +01:00
parent d8f8208bc2
commit 476ce70a7f
5 changed files with 79 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"scripts": {
"dev": "next -p 80",
"build": "next build",
"build": "rm -rf .next && next build && rm -rf .next/cache",
"start": "next start -p 80"
},
"dependencies": {