add build script
This commit is contained in:
parent
4f2f33fe99
commit
47916c3590
3 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"build": "git rebase main && next build && next export && rm -rf docs && mv out docs",
|
||||
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.mdx ."
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
0
public/.nojekyll
Normal file
0
public/.nojekyll
Normal file
1
public/CNAME
Normal file
1
public/CNAME
Normal file
|
@ -0,0 +1 @@
|
|||
sms.sup39.dev
|
Loading…
Reference in a new issue