Skip to content

Commit

Permalink
Merge pull request #123 from teamssix/beta
Browse files Browse the repository at this point in the history
fix: fix ci
  • Loading branch information
teamssix authored Sep 28, 2024
2 parents f0235f3 + 553518a commit 9bf974f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"@vuepress/plugin-google-analytics": "^1.9.7",
"vuepress": "^1.9.7",
"vuepress-plugin-auto-sidebar": "^2.3.2",
"vuepress-plugin-rss-feed": "^1.0.1"
"vuepress-plugin-rss-feed": "^1.0.1",
"patch-package": "^8.0.0"
},
"scripts": {
"docs:init": "yarn add patch-package",
"postinstall": "yarn patch-package",
"postinstall": "patch-package",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"deploy-gh": "GH=1 yarn docs:build && bash deploy-gh.sh"
Expand Down

0 comments on commit 9bf974f

Please sign in to comment.