Remove common package build from CI
This commit is contained in:
parent
73c01425d9
commit
4514d9e5ac
1 changed files with 0 additions and 9 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -55,15 +55,6 @@ 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