Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pyrocat101/rules_js_sandbox_repro


https://github.com/pyrocat101/rules_js_sandbox_repro

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

```sh
pnpm install --frozen-lockfile
# will pass
bazel test --test_output=all //repro:repro_test

rm -rf node_modules
bazel clean
# will fail
bazel test --test_output=all //repro:repro_test
```