File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/mui-material-nextjs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
},
26
26
"scripts" : {
27
27
"build" : " pnpm build:modern && pnpm build:node && pnpm build:stable && pnpm build:types && pnpm build:copy-files" ,
28
- "build:modern" : " node ../../scripts/build.mjs modern" ,
29
- "build:node" : " node ../../scripts/build.mjs node" ,
30
- "build:stable" : " node ../../scripts/build.mjs stable" ,
28
+ "build:modern" : " node ../../scripts/build.mjs modern --exportFormat exports " ,
29
+ "build:node" : " node ../../scripts/build.mjs node --exportFormat exports " ,
30
+ "build:stable" : " node ../../scripts/build.mjs stable --exportFormat exports " ,
31
31
"build:copy-files" : " node ../../scripts/copyFiles.mjs" ,
32
32
"build:types" : " node ../../scripts/buildTypes.mjs" ,
33
33
"prebuild" : " rimraf build tsconfig.build.tsbuildinfo" ,
You can’t perform that action at this time.
0 commit comments