-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes * Fix CI * fixup * fixup * fixup * remove npm lockfile * change artifact resolving (#40) * Revert "change artifact resolving (#40)" This reverts commit 03b64ff. * attempt fix * CI fixes * CI fixes * attempt fix ci * try fix ci * no need for pnpx * npx? * attempt fix * attempt fix * Revert "attempt fix" This reverts commit 6c7e5a9. * attempt fix * fixup * fixup --------- Co-authored-by: Julian <[email protected]>
- Loading branch information
Showing
17 changed files
with
2,020 additions
and
5,821 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,7 @@ npm | |
.eslintrc | ||
.prettierignore | ||
rustfmt.toml | ||
yarn.lock | ||
*.node | ||
.yarn | ||
__test__ | ||
renovate.json | ||
examples | ||
examples |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
napi build --platform --release $@ | ||
echo -e "import { ConnectionOptions } from \"./lib-src/embedded.js\";\n$(cat index.d.ts)" > index.d.ts |
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
Oops, something went wrong.