Skip to content

Commit

Permalink
fix build;
Browse files Browse the repository at this point in the history
  • Loading branch information
ricki-epsilla committed Feb 21, 2024
1 parent 18dc8f9 commit 770a2cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
custom_tag: ${{ env.VERSION }}
dry_run: false

- name: Build
run: npm run build

- name: Publish to npm
run: npm publish
env:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epsillajs",
"version": "0.3.4",
"version": "0.3.5",
"description": "A JS library to connect Epsilla vector database",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 770a2cd

Please sign in to comment.