added a build-typings script

This commit is contained in:
Eugene Pankov
2020-03-01 16:40:26 +01:00
parent 316b77ec7b
commit eb2d88eac2
5 changed files with 24 additions and 7 deletions

View File

@@ -25,9 +25,6 @@ jobs:
- name: Build native deps
run: scripts/build-native.js
- name: Build typings
run: yarn run build:typings
- name: Webpack
run: yarn run build

View File

@@ -25,9 +25,6 @@ jobs:
- name: Build native deps
run: scripts/build-native.js
- name: Build typings
run: yarn run build:typings
- name: Webpack
run: yarn run build