File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "lint" : " eslint ." ,
1010 "packages-builder:carbon-react-native" : " npx @packages-builder/carbon-react-native" ,
1111 "packages-builder:carbon-react-native-elements" : " npx @packages-builder/carbon-react-native-elements" ,
12- "postinstall" : " npm run packages-builder:carbon-react-native" ,
12+ "postinstall" : " npm run packages-builder:carbon-react-native-elements && npm run packages-builder:carbon-react-native " ,
1313 "storybook-build" : " node ./scripts/storybook-build.mjs" ,
1414 "type-check" : " tsc --build --emitDeclarationOnly" ,
1515 "validate-color-token" : " node ./scripts/validate-color-token.mjs"
Original file line number Diff line number Diff line change 66 root =
77 node_path . join ( import . meta. dirname , ".." )
88
9- node_childProcess . execSync (
10- "npm run packages-builder:carbon-react-native-elements" ,
11- {
12- cwd : root ,
13- stdio : "inherit" ,
14- } ,
15- )
16-
17- node_childProcess . execSync (
18- "npm run packages-builder:carbon-react-native" ,
19- {
20- cwd : root ,
21- stdio : "inherit" ,
22- } ,
23- )
24-
259node_childProcess . execSync (
2610 "npx storybook build --disable-telemetry --output-dir .dist" ,
2711 {
You can’t perform that action at this time.
0 commit comments