Skip to content

Commit a318d55

Browse files
committed
add db package to ci build
1 parent b48ec92 commit a318d55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-vue.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
paths:
55
- 'packages/vue/**'
66
- 'packages/common/**'
7+
- 'packages/db/**'
78
- '.github/workflows/build-vue.yml'
89
jobs:
910
build-vue-spa:
@@ -32,6 +33,10 @@ jobs:
3233
working-directory: ./packages/common
3334
run: yarn build
3435

36+
- name: Build db package
37+
working-directory: ./packages/db
38+
run: yarn build
39+
3540
- name: Setup Vue environment
3641
run: printf "${{ secrets.VUE_ENV }}" > ./packages/vue/.env.production
3742

0 commit comments

Comments
 (0)