1
0
Fork 0
mirror of synced 2024-06-10 06:24:55 +12:00

Build SDK as part of release workflows which publish to NPM

This commit is contained in:
Andrew Kingston 2022-09-21 09:09:12 +01:00
parent b79e11fd85
commit 0fe1696b18
2 changed files with 3 additions and 1 deletions

View file

@ -46,7 +46,8 @@ jobs:
- run: yarn
- run: yarn bootstrap
- run: yarn lint
- run: yarn build
- run: yarn build
- run: yarn build:sdk
- run: yarn test
- name: Configure AWS Credentials

View file

@ -56,6 +56,7 @@ jobs:
- run: yarn bootstrap
- run: yarn lint
- run: yarn build
- run: yarn build:sdk
- run: yarn test
- name: Configure AWS Credentials