mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
update deploy scripts
This commit is contained in:
parent
a8cfd780cc
commit
d10076b881
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user