forked from nrkno/sofie-core
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release51' into release52
- Loading branch information
Showing
16 changed files
with
99 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -587,13 +587,17 @@ jobs: | |
yarn | ||
env: | ||
CI: true | ||
- name: Run generator | ||
- name: Build OpenAPI client library | ||
run: | | ||
cd packages/openapi | ||
yarn build | ||
env: | ||
CI: true | ||
- name: Generate OpenAPI docs and server | ||
run: | | ||
cd packages/openapi | ||
yarn gendocs | ||
yarn genserver | ||
yarn genclient:ts | ||
env: | ||
CI: true | ||
|
||
|
@@ -682,7 +686,7 @@ jobs: | |
else | ||
# make dependencies of `determine-npm-tag` available | ||
yarn install --mode=skip-build | ||
cd packages | ||
PACKAGE_NAME="@sofie-automation/shared-lib" | ||
PUBLISHED_VERSION=$(yarn npm info --json $PACKAGE_NAME | jq -c '.version' -r) | ||
|
@@ -700,19 +704,11 @@ jobs: | |
yarn build | ||
env: | ||
CI: true | ||
- name: Generate OpenAPI client library | ||
if: ${{ steps.do-publish.outputs.tag }} | ||
uses: hatamiarash7/[email protected] | ||
with: | ||
generator: typescript-fetch | ||
openapi-file: ./packages/openapi/api/actions.yaml | ||
output-dir: ./packages/openapi/client/ts | ||
command-args: -p supportsES6=true | ||
- name: Build OpenAPI client library | ||
if: ${{ steps.do-publish.outputs.tag }} | ||
run: | | ||
cd packages/openapi | ||
yarn build:main | ||
yarn build | ||
env: | ||
CI: true | ||
- name: Modify dependencies to use npm packages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,19 +131,12 @@ jobs: | |
yarn build | ||
env: | ||
CI: true | ||
- name: Generate OpenAPI client library | ||
if: ${{ steps.do-publish.outputs.tag }} | ||
uses: hatamiarash7/[email protected] | ||
with: | ||
generator: typescript-fetch | ||
openapi-file: ./packages/openapi/api/actions.yaml | ||
output-dir: ./packages/openapi/client/ts | ||
command-args: -p supportsES6=true | ||
|
||
- name: Build OpenAPI client library | ||
if: ${{ steps.do-publish.outputs.tag }} | ||
if: ${{ steps.do-publish.outputs.publish }} | ||
run: | | ||
cd packages/openapi | ||
yarn build:main | ||
yarn build | ||
env: | ||
CI: true | ||
- name: Modify dependencies to use npm packages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"version": "1.52.0-in-development", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters