Skip to content

Commit

Permalink
Merge pull request #282 from koralium/refactor-typescript-client
Browse files Browse the repository at this point in the history
Refactor typescript client
  • Loading branch information
Ulimo committed Sep 12, 2021
2 parents 34a0314 + d65fe9b commit 77a079f
Show file tree
Hide file tree
Showing 6 changed files with 27,082 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: echo ::set-output name=VERSION::$(echo ${GITHUB_REF##*/v})
- run: yarn install
working-directory: typescript-client
- run: yarn bootstrap
working-directory: typescript-client
- name: Update package version
run: yarn set-version ${PACKAGE_VERSION}
working-directory: typescript-client
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ build/

#typescript
lib/
package-lock.json

# User-specific files
*.rsuser
Expand Down
Loading

0 comments on commit 77a079f

Please sign in to comment.