ci: build all packages before publishing canary releases

This commit is contained in:
Hossein Mehrabi
2023-12-12 13:15:59 +03:30
parent 3aaf83c0cc
commit ceb7467581
+3
View File
@@ -32,6 +32,9 @@ jobs:
yarn install --frozen-lockfile
yarn lerna link
- name: Build packages
run: yarn build
- name: Publish
id: publish
run: |