build iframe-api in ci
This commit is contained in:
parent
faf6be889e
commit
8155b774d5
4
.github/workflows/continuous_integration.yml
vendored
4
.github/workflows/continuous_integration.yml
vendored
@ -56,6 +56,10 @@ jobs:
|
|||||||
ADMIN_URL: "//localhost:80"
|
ADMIN_URL: "//localhost:80"
|
||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
|
||||||
|
- name: "Build iframe-api"
|
||||||
|
run: yarn run build-iframe-api
|
||||||
|
working-directory: "front"
|
||||||
|
|
||||||
- name: "Typecheck"
|
- name: "Typecheck"
|
||||||
run: yarn run typecheck
|
run: yarn run typecheck
|
||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
Loading…
Reference in New Issue
Block a user