Skip to content

Commit 6101b20

Browse files
committed
fix package ordering
1 parent 3067a21 commit 6101b20

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "redis-monorepo",
33
"private": true,
44
"workspaces": [
5-
"./packages/*"
5+
"./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"
613
],
714
"scripts": {
815
"test-single": "TS_NODE_PROJECT='./packages/test-utils/tsconfig.json' mocha --require ts-node/register/transpile-only ",

0 commit comments

Comments
 (0)