Skip to content

Commit 3c8b8e7

Browse files
HOTFIX: fix build for Fleek.
1 parent 1bda8fc commit 3c8b8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"test": "echo \"Error: no test specified\" && exit 1",
6464
"format:styles": "stylus-supremacy format ./docs/.vuepress/**/*.styl --replace",
6565
"docs:dev": "vuepress dev docs",
66-
"docs:build": "vuepress build docs"
66+
"docs:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs"
6767
},
6868
"dependencies": {
6969
"vue-tabs-component": "^1.5.0",

0 commit comments

Comments
 (0)