Skip to content

Commit

Permalink
add npm pack and move resulting file to gh release folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Jun 13, 2024
1 parent 601fe00 commit 2ff40eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cibuild/pglite-ts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ END
if $CI
then
npm run build:js
npm pack
mv electric-sql-pglite-*.tgz /tmp/sdk/
mkdir -p ${WEBROOT}/node_modules/@electric-sql/pglite
echo "------------------------------"
#find ${PGLITE}/dist/
Expand Down
2 changes: 1 addition & 1 deletion packages/pglite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/pglite",
"version": "0.1.5",
"version": "0.2.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2ff40eb

Please sign in to comment.