Skip to content

Commit dfc75c2

Browse files
committed
chore: fix err
vuejs/vuepress#2194
1 parent 53625a2 commit dfc75c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"scripts": {
33
"// prestart": "npx shx cp ../README.md ./",
44
"start": "npx cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress dev .",
5-
"build": "npx cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build ."
5+
"build": "npx cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider vuepress build ."
66
},
77
"env": {
88
"node": "20.19.4",

0 commit comments

Comments
 (0)