feat: rename after build
This commit is contained in:
@@ -4,6 +4,7 @@ echo "# Next.js build output
|
||||
.next/**
|
||||
.next/dev/lock
|
||||
out
|
||||
appro-admin
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
|
||||
Binary file not shown.
+1
-1
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build": "next build && next export && mv out appro-admin",
|
||||
"start": "next start",
|
||||
"lint": "eslint"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user