Skip to content

Commit

Permalink
docs(vuepress): fix install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
TartanLeGrand committed Apr 12, 2024
1 parent 3933455 commit 3e6fc24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs"
"docs:build": "vuepress build docs"
},
"devDependencies": {
"vuepress": "^1.9.0"
Expand Down

0 comments on commit 3e6fc24

Please sign in to comment.