diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69ccecc73a..09a0b443d4 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 0000000000..3ad8d43d89 --- /dev/null +++ b/op_crates/web/README.md @@ -0,0 +1,3 @@ +# deno web + +Op crate that implements Event, TextEncoder, TextDecoder