File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 "scripts" : {
1717 "dev" : " pnpm --filter prototype dev" ,
1818 "start" : " pnpm --filter prototype dev" ,
19- "build" : " pnpm -r build" ,
19+ "build" : " pnpm --filter './packages/*' -r build && pnpm --filter './examples/*' - r build" ,
2020 "pretest" : " pnpm --filter @object-ui/types build && pnpm --filter @object-ui/core build && pnpm --filter @object-ui/react build && pnpm --filter @object-ui/components build" ,
2121 "test" : " vitest run" ,
2222 "docs:dev" : " pnpm --filter object-ui-docs dev" ,
Original file line number Diff line number Diff line change 33 "version" : " 0.2.0" ,
44 "type" : " module" ,
55 "license" : " MIT" ,
6- "main" : " dist/index.umd.js " ,
7- "module" : " dist/index.mjs " ,
6+ "main" : " dist/index.umd.cjs " ,
7+ "module" : " dist/index.js " ,
88 "types" : " dist/index.d.ts" ,
99 "exports" : {
1010 "." : {
1111 "types" : " ./dist/index.d.ts" ,
12- "import" : " ./dist/index.mjs " ,
13- "require" : " ./dist/index.umd.js "
12+ "import" : " ./dist/index.js " ,
13+ "require" : " ./dist/index.umd.cjs "
1414 },
1515 "./dist/style.css" : " ./dist/style.css"
1616 },
You can’t perform that action at this time.
0 commit comments