Skip to content

Commit

Permalink
docs: fix node error
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion committed Jan 25, 2024
1 parent 2e96d33 commit bd6ac3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repository": "https://github.com/DVKunion/SeaMoon",
"author": "DVKunion",
"scripts": {
"dev": "vuepress dev .",
"build": "vuepress build .",
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev .",
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build .",
"updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D",
"editFm": "node utils/editFrontmatter.js"
},
Expand Down

0 comments on commit bd6ac3e

Please sign in to comment.