Skip to content

Commit fa6fe74

Browse files
committed
Remove install script from package.json root
1 parent 920e09b commit fa6fe74

File tree

2 files changed

+11
-1707
lines changed

2 files changed

+11
-1707
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"packages/*"
1212
],
1313
"scripts": {
14-
"test": "pnpm --filter @weaviate/test test",
14+
"test": "pnpm --filter @weaviate/test run test",
1515
"lint": "eslint --ext .ts,.js .",
1616
"lint:fix": "npm run lint -- --fix",
1717
"lint:staged": "npm run format:check && npm run lint -- --cache",
@@ -24,10 +24,9 @@
2424
"install:core": "pnpm install --filter @weaviate/core --no-frozen-lockfile",
2525
"install:node": "pnpm install --filter @weaviate/node --no-frozen-lockfile",
2626
"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",
3130
"build": "npm run build:core && npm run build:node && npm run build:web",
3231
"ci": "npm run install:core && npm run build:core && npm run install:node && npm run install:web"
3332
},

0 commit comments

Comments
 (0)