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",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "git rebase main && next build && next export && rm -rf docs && mv out docs",
|
||||||
"start": "next start",
|
|
||||||
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.mdx ."
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.mdx ."
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"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