File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments