chore: clean

This commit is contained in:
lawvs
2022-09-23 11:43:32 +08:00
parent 7a7afd4daf
commit 30596d182c
3 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},