Skip to content

Commit

Permalink
Merge pull request #122 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 b40ee69 + fa3974d commit f0235f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"vuepress-plugin-rss-feed": "^1.0.1"
},
"scripts": {
"docs:init": "yarn add patch-package",
"postinstall": "yarn patch-package",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"deploy-gh": "GH=1 yarn docs:build && bash deploy-gh.sh",
"postinstall": "patch-package"
"deploy-gh": "GH=1 yarn docs:build && bash deploy-gh.sh"
},
"dependencies": {
"@vssue/api-github-v3": "^1.4.7",
Expand Down

0 comments on commit f0235f3

Please sign in to comment.