mirror of
https://github.com/valitydev/payout-manager-proto.git
synced 2024-11-06 00:45:22 +00:00
OPS-381: Bump fe codegen with custom headers (#43)
This commit is contained in:
parent
51ebc35b38
commit
eb4091aff7
2
.github/workflows/frontend-pr.yml
vendored
2
.github/workflows/frontend-pr.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
if: needs.configured.outputs.exists == 'true'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: valitydev/action-frontend/setup@v0.1
|
||||
- uses: valitydev/action-frontend/setup@v1
|
||||
- uses: valitydev/action-setup-thrift@v1.0.1
|
||||
- run: npm i # protocols don't always update the package-lock.json, so installing from package.json
|
||||
- name: Codegen
|
||||
|
4
.github/workflows/frontend-publish.yml
vendored
4
.github/workflows/frontend-publish.yml
vendored
@ -14,11 +14,11 @@ jobs:
|
||||
if: needs.configured.outputs.exists == 'true'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: valitydev/action-frontend/setup@v0.1
|
||||
- uses: valitydev/action-frontend/setup@v1
|
||||
- uses: valitydev/action-setup-thrift@v1.0.1
|
||||
- run: npm i # protocols don't always update the package-lock.json, so installing from package.json
|
||||
- name: Build
|
||||
run: npm run codegen
|
||||
- uses: valitydev/action-frontend/publish@v0.1
|
||||
- uses: valitydev/action-frontend/publish@v1
|
||||
with:
|
||||
npm-token: ${{ secrets.NPM_TOKEN }}
|
||||
|
9440
package-lock.json
generated
9440
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -33,7 +33,7 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vality/domain-proto": "2.0.1-f718741.0",
|
||||
"@vality/thrift-codegen": "2.3.0"
|
||||
"@vality/domain-proto": "2.0.1-45b0719.0",
|
||||
"@vality/thrift-codegen": "2.3.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user