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
cd sqlite-wasm && npm i && npm run fix && npm run publint && npm run check-types && cd ..
159
161
160
162
PKG=sqlite-wasm/package.json
161
163
TMP=sqlite-wasm/package.tmp.json
@@ -195,8 +197,8 @@ jobs:
195
197
196
198
sed 's/@sqlite\.org\/sqlite-wasm/@cloudsync\/sqlite-wasm/g' sqlite-wasm/README.md > sqlite-wasm/README.tmp
197
199
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
198
-
rm sqlite-wasm/README.tmp
199
-
cd sqlite-wasm && npm i && npm run fix && npm run publint && npm run check-types && npm pack
0 commit comments