Build common package first
This commit is contained in:
parent
07061b6546
commit
21d986d61d
1 changed files with 9 additions and 0 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -42,6 +42,15 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build packages/common
|
||||
run: |
|
||||
cd ./packages/common
|
||||
npm run build
|
||||
cd ../..
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build packages
|
||||
run: pnpm -r build
|
||||
|
||||
|
|
Loading…
Reference in a new issue