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