-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from rodneylab/build__add_node_build
build: 🧱 add Node build
- Loading branch information
Showing
6 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -9,7 +9,9 @@ | |
"tasks": { | ||
"check": "deno fmt --check && deno lint && deno check **/*.ts", | ||
"test": "deno test -A", | ||
"wasmbuild": "deno run -A jsr:@deno/[email protected] --project=parsedown" | ||
"wasmbuild:deno": "deno run -A jsr:@deno/[email protected] --project=parsedown", | ||
"wasmbuild:node": "wasm-pack build --target nodejs --scope rodneylab", | ||
"wasmbuild": "deno task wasmbuild:deno && deno task wasmbuild:node" | ||
}, | ||
"imports": { "@std/assert": "jsr:@std/assert@^1.0.8" } | ||
} |
Binary file not shown.
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
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