Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyrocat101/rules_js_sandbox_repro
https://github.com/pyrocat101/rules_js_sandbox_repro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyrocat101/rules_js_sandbox_repro
- Owner: pyrocat101
- Created: 2023-11-15T19:25:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-15T19:28:07.000Z (about 1 year ago)
- Last Synced: 2024-10-14T18:59:10.081Z (3 months ago)
- Language: Starlark
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
pnpm install --frozen-lockfile
# will pass
bazel test --test_output=all //repro:repro_testrm -rf node_modules
bazel clean
# will fail
bazel test --test_output=all //repro:repro_test
```