Skip to content

feat: update translation key create/update with custom metadata. Add … #291

feat: update translation key create/update with custom metadata. Add …

feat: update translation key create/update with custom metadata. Add … #291

Workflow file for this run

name: Run Typescript Tests
on: [push]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
npm install
npm run generate.typescript
cd ./clients/typescript
npm install
npm test