Skip to content

Commit 10025b7

Browse files
committed
fix: exit code 1 error
1 parent 075be73 commit 10025b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "pnpm dev",
1010
"build:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build src --dest dist",
1111
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build src --dest dist",
12-
"postbuild": "bash -c '[ -z \"$VERCEL\" ] && mv -f ./dist/* /var/www/html/blog/'"
12+
"postbuild": "bash -c '[ -z \"$VERCEL\" ] && cp -r ./dist/* /var/www/html/blog/ || true'"
1313
},
1414
"engines": {
1515
"node": ">=18.0.0"

0 commit comments

Comments
 (0)