Skip to content

Commit 8d4fa13

Browse files
committed
fix: update README.md for sqlite-wasm with new package name and version info
1 parent 58c040d commit 8d4fa13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ jobs:
189189
| del(.devDependencies.shx)
190190
' "$PKG" > "$TMP" && mv "$TMP" "$PKG"
191191
192+
sed 's/@sqlite\.org\/sqlite-wasm/@cloudsync\/sqlite-wasm/g' sqlite-wasm/README.md > sqlite-wasm/README.tmp
193+
echo -e "# sqlite-sync WASM $(make version)\nThis README and the TypeScript types are from the [official SQLite wasm repository](https://github.com/sqlite/sqlite-wasm)\n\n$(cat sqlite-wasm/README.tmp)" > sqlite-wasm/README.md
194+
rm sqlite-wasm/README.tmp
192195
cd sqlite-wasm && npm i && npm run publint && npm run check-types && npm pack
193196
194197
- uses: actions/[email protected]

0 commit comments

Comments
 (0)