|
@@ -18,6 +18,7 @@ jobs:
|
|
|
run: |
|
|
|
yarn install --frozen-lockfile
|
|
|
yarn workspace @joystream/types build
|
|
|
+ yarn workspace @joystream/content-metadata-protobuf build:ts
|
|
|
yarn workspace @joystream/cli checks --quiet
|
|
|
- name: yarn pack test
|
|
|
run: |
|
|
@@ -41,6 +42,7 @@ jobs:
|
|
|
run: |
|
|
|
yarn install --frozen-lockfile --network-timeout 120000
|
|
|
yarn workspace @joystream/types build
|
|
|
+ yarn workspace @joystream/content-metadata-protobuf build:ts
|
|
|
yarn workspace @joystream/cli checks --quiet
|
|
|
- name: yarn pack test
|
|
|
run: |
|