|
11 | 11 | "packages/*" |
12 | 12 | ], |
13 | 13 | "scripts": { |
14 | | - "test": "pnpm --filter @weaviate/test test", |
| 14 | + "test": "pnpm --filter @weaviate/test run test", |
15 | 15 | "lint": "eslint --ext .ts,.js .", |
16 | 16 | "lint:fix": "npm run lint -- --fix", |
17 | 17 | "lint:staged": "npm run format:check && npm run lint -- --cache", |
|
24 | 24 | "install:core": "pnpm install --filter @weaviate/core --no-frozen-lockfile", |
25 | 25 | "install:node": "pnpm install --filter @weaviate/node --no-frozen-lockfile", |
26 | 26 | "install:web": "pnpm install --filter @weaviate/web --no-frozen-lockfile", |
27 | | - "install": "npm run install:core && npm run install:node && npm run install:web", |
28 | | - "build:core": "pnpm install --filter @weaviate/core... run build", |
29 | | - "build:node": "pnpm install --filter @weaviate/node... run build", |
30 | | - "build:web": "pnpm install --filter @weaviate/web... run build", |
| 27 | + "build:core": "pnpm --filter @weaviate/core... run build", |
| 28 | + "build:node": "pnpm --filter @weaviate/node... run build", |
| 29 | + "build:web": "pnpm --filter @weaviate/web... run build", |
31 | 30 | "build": "npm run build:core && npm run build:node && npm run build:web", |
32 | 31 | "ci": "npm run install:core && npm run build:core && npm run install:node && npm run install:web" |
33 | 32 | }, |
|
0 commit comments