We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d0fe0 commit e11c9dcCopy full SHA for e11c9dc
.github/workflows/test.yml
@@ -21,5 +21,11 @@ jobs:
21
- name: Install dependencies
22
run: bun install --frozen-lockfile
23
24
+ - name: Debug node_modules structure
25
+ run: |
26
+ ls -la node_modules/redis-monorepo/packages/
27
+ ls -la node_modules/redis-monorepo/packages/redis/
28
+ cat node_modules/redis-monorepo/packages/redis/package.json
29
+
30
- name: Run tests
31
run: bun test
0 commit comments