Skip to content

Commit

Permalink
testing npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ekorman committed Mar 18, 2024
1 parent 46c05bb commit d813baa
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 447 deletions.
81 changes: 0 additions & 81 deletions .github/workflows/api-docker.yml

This file was deleted.

12 changes: 5 additions & 7 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and publish python package
name: Build and publish python and typescript packages

on:
push:
Expand Down Expand Up @@ -30,15 +30,13 @@ jobs:
working-directory: ./ts-client
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "16"
- name: Set version from the gittag
registry-url: "https://registry.npmjs.org"
- name: Set version from the git tag
run: npm version ${{ github.ref_name }}
- name: Install dependencies
run: npm install
- name: Build package
run: npm run build
- run: npm ci
- name: Publish to npm
run: npm publish
env:
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/check-pre-commit.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/pg-docker.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/publish-docs.yml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/stress-test.yml

This file was deleted.

Loading

0 comments on commit d813baa

Please sign in to comment.