update deploy scripts

This commit is contained in:
AykutSarac 2022-02-03 19:56:35 +03:00
parent a8cfd780cc
commit d10076b881

View File

@ -5,10 +5,10 @@
"homepage": "https://aykutsarac.github.io",
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"deploy": "gh-pages -d out"
"deploy": "gh-pages -d out -t true"
},
"dependencies": {
"dagre": "^0.8.5",