workflows: remove tsc step from preview build

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-11-14 19:32:13 +01:00
parent d9a16db9d2
commit f92cbda333
-4
View File
@@ -42,10 +42,6 @@ jobs:
run: |
cp -f ./.github/uffizzi/uffizzi.production.app-config.yaml ./app-config.yaml
- name: typescript build
run: |
yarn tsc
- name: backstage build
run: |
yarn workspace example-backend build