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 6582d6b commit 58c040dCopy full SHA for 58c040d
.github/workflows/main.yml
@@ -144,7 +144,7 @@ jobs:
144
with:
145
path: coverage
146
147
- - name: wasm npm build
+ - name: wasm npm pack
148
if: matrix.name == 'wasm'
149
run: |
150
git clone https://github.com/sqlite/sqlite-wasm.git sqlite-wasm
@@ -159,7 +159,7 @@ jobs:
159
DESC="SQLite Wasm compiled with the automatically initialized cloudsync extension. Conveniently packaged as an ES Module for effortless integration."
160
161
jq \
162
- --arg name "cloudsync/sqlite-wasm" \
+ --arg name "@cloudsync/sqlite-wasm" \
163
--arg version "$(make sqlite_version)+cloudsync-$(make version)" \
164
--arg desc "$DESC" \
165
--argjson keywords '["offsync","cloudsync","sqliteai"]' \
0 commit comments