We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1067771 commit 98f16deCopy full SHA for 98f16de
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
run_install: false
60
version: 10
61
- name: Publish npm package with WASM files
62
- working-directory: packages/sqlite3/wasm_build
+ working-directory: packages/sqlite3_wasm_build
63
run: |
64
pnpm i
65
npm version --allow-same-version --no-git-tag-version $(echo $GITHUB_REF_NAME | sed -E 's/powersync-v//')
.github/workflows/test_wasm.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
- name: Dry-run npm publish
34
35
36
37
pnpm publish --no-git-checks --dry-run
0 commit comments