fix: compile types when building the library (#516)

This commit is contained in:
Vojtech Simetka
2022-08-03 15:44:10 +02:00
committed by GitHub
parent d7867ff475
commit df925b013b
3 changed files with 1 additions and 5 deletions
-3
View File
@@ -60,9 +60,6 @@ jobs:
- name: Types check
run: npm run check:types
- name: Types build
run: npm run compile:types
- name: Update supported Bee action
uses: ethersphere/update-supported-bee-action@v1
if: github.ref == 'refs/heads/master'