ffs
This commit is contained in:
parent
04a25d35ef
commit
1ab3557ded
@ -2,7 +2,7 @@
|
||||
|
||||
PKG_DIR="$PWD"
|
||||
|
||||
OUTPUT_DIR="${PKG_DIR}/dist"
|
||||
OUTPUT_DIR="${PKG_DIR}/out"
|
||||
DEST_DIR=${1:-/data}
|
||||
|
||||
if [[ -d "$DEST_DIR" ]]; then
|
||||
|
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build": "next export",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user