github/workflows: fix for backend build erasing types in other packages

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-17 16:52:27 +01:00
parent 3c4376e5e7
commit 2191439d43
+1 -1
View File
@@ -189,7 +189,7 @@ jobs:
run: yarn tsc:full
- name: build packages
run: yarn lerna -- run --ignore example-app build
run: yarn lerna -- run --ignore example-app --ignore example-backend build
# Publishes current version of packages that are not already present in the registry
- name: publish