Skip to content

Commit 920e09b

Browse files
committed
Remove ellipsis from intsall cmds
1 parent 69075cb commit 920e09b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"refresh-schema": "./tools/refresh_schema.sh",
2222
"refresh-protos": "./tools/refresh_protos.sh",
2323
"docs": "typedoc --plugin typedoc-plugin-extras --favicon public/favicon.ico --out docs/ ./packages/core/src ./packages/node/src ./packages/web/src",
24-
"install:core": "pnpm install --filter @weaviate/core... --no-frozen-lockfile",
25-
"install:node": "pnpm install --filter @weaviate/node... --no-frozen-lockfile",
26-
"install:web": "pnpm install --filter @weaviate/web... --no-frozen-lockfile",
24+
"install:core": "pnpm install --filter @weaviate/core --no-frozen-lockfile",
25+
"install:node": "pnpm install --filter @weaviate/node --no-frozen-lockfile",
26+
"install:web": "pnpm install --filter @weaviate/web --no-frozen-lockfile",
2727
"install": "npm run install:core && npm run install:node && npm run install:web",
2828
"build:core": "pnpm install --filter @weaviate/core... run build",
2929
"build:node": "pnpm install --filter @weaviate/node... run build",

0 commit comments

Comments
 (0)