Skip to content

Commit

Permalink
Use pnpm in the docs dir (#5075)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored Sep 15, 2024
1 parent 2ec9459 commit f89de0f
Show file tree
Hide file tree
Showing 4 changed files with 7,683 additions and 8,911 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"author": "David Khourshid",
"license": "MIT",
"scripts": {
"docs:dev": "yarn vuepress dev .",
"docs:dev": "pnpm vuepress dev .",
"docs:readme": "cpy ../README.md .",
"docs:build": "npm run docs:readme && vuepress build .",
"docs:pdf": "npm run docs:build && vuepress export .",
"docs:publish": "npm run docs:build && gh-pages --dist .vuepress/dist --dest ./docs"
"docs:build": "pnpm run docs:readme && vuepress build .",
"docs:pdf": "pnpm run docs:build && vuepress export .",
"docs:publish": "pnpm run docs:build && gh-pages --dist .vuepress/dist --dest ./docs"
},
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.8.2",
Expand Down
Loading

0 comments on commit f89de0f

Please sign in to comment.