mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
Add README for deno_web (#6997)
This commit is contained in:
parent
92a173bca6
commit
732a437352
2 changed files with 8 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -233,6 +233,10 @@ jobs:
|
|||
run: |
|
||||
cd core
|
||||
cargo publish
|
||||
cd ../cli
|
||||
sleep 30
|
||||
cd ../op_crates/web
|
||||
cargo publish
|
||||
sleep 30
|
||||
cd ../../cli
|
||||
sleep 30
|
||||
cargo publish
|
||||
|
|
3
op_crates/web/README.md
Normal file
3
op_crates/web/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# deno web
|
||||
|
||||
Op crate that implements Event, TextEncoder, TextDecoder
|
Loading…
Reference in a new issue