diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-08-09 07:27:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-09 07:27:39 -0400 |
commit | 732a43735290f7e996d6252b9820bcca5724f31c (patch) | |
tree | 3d5bdf05ad7bc3f78b3c994fe364b355f6a3db99 | |
parent | 92a173bca618cf6ef1e54c08deee61ba617491b9 (diff) |
Add README for deno_web (#6997)
-rw-r--r-- | .github/workflows/ci.yml | 6 | ||||
-rw-r--r-- | op_crates/web/README.md | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69ccecc73..09a0b443d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/op_crates/web/README.md b/op_crates/web/README.md new file mode 100644 index 000000000..3ad8d43d8 --- /dev/null +++ b/op_crates/web/README.md @@ -0,0 +1,3 @@ +# deno web + +Op crate that implements Event, TextEncoder, TextDecoder |