Merge pull request #21297 from backstage/rugvip/nopreviewtsx

workflows: remove tsc step from preview build
This commit is contained in:
Patrik Oldsberg
2023-11-15 00:07:54 +01:00
committed by GitHub
-4
View File
@@ -47,10 +47,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