You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,9 @@ jobs:
189
189
| del(.devDependencies.shx)
190
190
' "$PKG" > "$TMP" && mv "$TMP" "$PKG"
191
191
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
192
195
cd sqlite-wasm && npm i && npm run publint && npm run check-types && npm pack
0 commit comments