Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/prepare_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,3 @@ jobs:
path: packages/sqlite3_wasm_build/dist/
if-no-files-found: error
retention-days: 1

- name: Setup Node.js
uses: actions/setup-node@v4
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
run_install: false
version: 10
- name: Dry-run npm publish
working-directory: packages/sqlite3_wasm_build
run: |
pnpm i
pnpm publish --no-git-checks --dry-run
22 changes: 0 additions & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,3 @@ jobs:
$changes"
gh release create "$tag" --title "$tag" --notes "$body"
gh release upload "${{ github.ref_name }}" packages/powersync/assets/powersync_db.worker.js packages/powersync/assets/powersync_sync.worker.js packages/sqlite3_wasm_build/dist/*.wasm

- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: latest
- name: Update npm
run: |
npm install -g npm@latest
npm --version
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
run_install: false
version: 10
- name: Publish npm package with WASM files
working-directory: packages/sqlite3_wasm_build
run: |
pnpm i
npm version --allow-same-version --no-git-tag-version $(echo $GITHUB_REF_NAME | sed -E 's/powersync-v//')
pnpm publish --no-git-checks --access public
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion packages/sqlite3_wasm_build/.npmignore

This file was deleted.

10 changes: 0 additions & 10 deletions packages/sqlite3_wasm_build/package.json

This file was deleted.