Skip to content

Commit

Permalink
🌱 release 0.0.5-1 (#243)
Browse files Browse the repository at this point in the history
  - fix dist copy glob for kai binaries
  - updating `package-lock.json` file after version bumps

Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 authored Jan 22, 2025
1 parent 15168fa commit ffd0454
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 scripts/copy-dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ await copy({
// seed assets - kai binaries
{
context: "downloaded_assets/kai",
src: ["kai-rpc-server*/kai*", "!**/*.zip"],
src: ["*/kai*", "!**/*.zip"],
dest: "dist/assets/kai",
},
],
Expand Down

0 comments on commit ffd0454

Please sign in to comment.