forked from petersalomonsen/wasm-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
leokun
authored and
leokun
committed
Nov 2, 2024
1 parent
99102ce
commit 781a311
Showing
4 changed files
with
8 additions
and
105 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
#!/bin/bash | ||
set -e | ||
echo "copy lg2.wasm and lg2.js from build folder" | ||
cp emscriptenbuild/libgit2/examples/lg2.wasm . | ||
cp emscriptenbuild/libgit2/examples/lg2.js . | ||
cp emscriptenbuild/libgit2/examples/lg2_async.wasm . | ||
cp emscriptenbuild/libgit2/examples/lg2_async.js . | ||
echo "publish --dry-run (run npm publish to finalize)" | ||
npm publish --dry-run | ||
npm publish --dry-run |