Browse Source

update deploy scripts

AykutSarac 3 years ago
parent
commit
d10076b881
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -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",