Skip to content

Commit

Permalink
ci: update website flow deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Mar 3, 2024
1 parent 700037c commit 4a6e5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sync:packages": "monorepo sync packages",
"docs:serve": "yarn api:build && yarn vuepress:serve",
"docs:build": "yarn api:build && yarn vuepress:build",
"docs:publish": "yarn docs:build && monorepo publish ghpages",
"docs:publish": "monorepo publish ghpages",
"api:build": "lerna run build && tsdoc",
"vuepress:build": "rm -rf ./docs/api && cd ./docs && yarn vuepress:build",
"vuepress:serve": "vuepress dev docs",
Expand Down

0 comments on commit 4a6e5c1

Please sign in to comment.