File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
77 "types" : " lib/index.d.ts" ,
8+ "jsdelivr" : " dist/index.html" ,
9+ "unpkg" : " dist/index.html" ,
810 "repository" : {
911 "type" : " git" ,
1012 "url" : " https://github.com/GraphScope/portal.git"
2022 },
2123 "scripts" : {
2224 "start" : " father dev" ,
23- "build" : " father build" ,
25+ "build" : " father build && npm run build:site:single" ,
26+ "build:lib" : " father build" ,
2427 "start:site" : " vite dev" ,
2528 "build:site" : " NODE_OPTIONS='--max-old-space-size=8192' vite build" ,
2629 "build:site:single" : " NODE_OPTIONS='--max-old-space-size=8192' vite build --mode=single" ,
27- "preview" : " vite preview"
30+ "preview" : " vite preview" ,
31+ "prepublishOnly" : " npm run build"
2832 },
2933 "dependencies" : {
3034 "@graphscope/studio-components" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments