1
0
Fork 0

fix github actions

master
Sebastian Di Luzio 2021-12-10 22:45:10 +01:00
parent 5c851714ee
commit c462547a2b
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
run: npm ci
- name: build types
working-directory: ./typescript
run: npm run build:apps
run: npm run build:types
- name: build all TS apps
working-directory: ./typescript
run: npm run build:types
run: npm run build:apps