Skip to content

Commit b1eff78

Browse files
committed
chore: github ci
1 parent a660479 commit b1eff78

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@vue-hooks-plus/vite-plugin-gen-temp": "^2.6.6",
3434
"@vue-hooks-plus/md-demo-plugins": "^1.0.0",
3535
"@vue-hooks-plus/vitepress": "^1.2.4",
36-
"@vue-hooks-plus/vitepress-demo-block": "1.0.5",
36+
"@vue-hooks-plus/vitepress-demo-block": "workspace:^1.0.0",
3737
"@vue-hooks-plus/use-immer": "workspace:^1.0.0",
3838
"@vue-hooks-plus/use-worker": "workspace:^1.0.0",
3939
"@vue-hooks-plus/use-request": "workspace:^2.0.0",

packages/vitepress/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "@vue-hooks-plus/vitepress-workspace",
3+
"version": "1.1.0",
4+
"description": "",
5+
"scripts": {
6+
"build": "npm run clean && cd packages/vitepress && pnpm run build"
7+
}
8+
}

0 commit comments

Comments
 (0)