add build script

This commit is contained in:
sup39 2023-03-13 18:28:28 +09:00
parent 4f2f33fe99
commit 47916c3590
3 changed files with 2 additions and 2 deletions

View file

@ -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
View file

1
public/CNAME Normal file
View file

@ -0,0 +1 @@
sms.sup39.dev