Remove common package build from CI

This commit is contained in:
Nicolas Meienberger 2022-06-28 22:08:15 +02:00
parent 73c01425d9
commit 4514d9e5ac

View File

@ -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