Skip to content

Commit a2631b7

Browse files
committed
Delete sqlite3.wasm npm package
1 parent 8188bb9 commit a2631b7

File tree

4 files changed

+0
-46
lines changed

4 files changed

+0
-46
lines changed

.github/workflows/prepare_wasm.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,3 @@ jobs:
3838
path: packages/sqlite3_wasm_build/dist/
3939
if-no-files-found: error
4040
retention-days: 1
41-
42-
- name: Setup Node.js
43-
uses: actions/setup-node@v4
44-
- uses: pnpm/action-setup@v2
45-
name: Install pnpm
46-
with:
47-
run_install: false
48-
version: 10
49-
- name: Dry-run npm publish
50-
working-directory: packages/sqlite3_wasm_build
51-
run: |
52-
pnpm i
53-
pnpm publish --no-git-checks --dry-run

.github/workflows/release.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,3 @@ jobs:
3737
$changes"
3838
gh release create "$tag" --title "$tag" --notes "$body"
3939
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
40-
41-
- name: Setup Node.js
42-
uses: actions/setup-node@v6
43-
with:
44-
node-version: latest
45-
- name: Update npm
46-
run: |
47-
npm install -g npm@latest
48-
npm --version
49-
- uses: pnpm/action-setup@v2
50-
name: Install pnpm
51-
with:
52-
run_install: false
53-
version: 10
54-
- name: Publish npm package with WASM files
55-
working-directory: packages/sqlite3_wasm_build
56-
run: |
57-
pnpm i
58-
npm version --allow-same-version --no-git-tag-version $(echo $GITHUB_REF_NAME | sed -E 's/powersync-v//')
59-
pnpm publish --no-git-checks --access public
60-
env:
61-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

packages/sqlite3_wasm_build/.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/sqlite3_wasm_build/package.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)