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 3067a21 commit 6101b20Copy full SHA for 6101b20
package.json
@@ -2,7 +2,14 @@
2
"name": "redis-monorepo",
3
"private": true,
4
"workspaces": [
5
- "./packages/*"
+ "./packages/client",
6
+ "./packages/test-utils",
7
+ "./packages/bloom",
8
+ "./packages/json",
9
+ "./packages/search",
10
+ "./packages/time-series",
11
+ "./packages/entraid",
12
+ "./packages/redis"
13
],
14
"scripts": {
15
"test-single": "TS_NODE_PROJECT='./packages/test-utils/tsconfig.json' mocha --require ts-node/register/transpile-only ",
0 commit comments