File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ if (inputCmd === '--info') {
4141const rootDir = path . join ( __dirname , '../' ) ;
4242
4343const parentThemeFile = path . join ( __dirname , 'styles/_uswds-theme.scss' ) ;
44- const submoduleThemeFile = path . join ( __dirname , '.veda/ui/app/scripts /styles/_uswds-theme.scss' ) ;
44+ const submoduleThemeFile = path . join ( __dirname , '.veda/ui/packages/veda-ui/src /styles/_uswds-theme.scss' ) ;
4545let originalSubmoduleTheme = '' ;
4646
4747// Temporarily swap the USWDS theme file from the veda-ui with the one from veda-config
Original file line number Diff line number Diff line change 5050 "react" : " ./.veda/ui/node_modules/react" ,
5151 "@mdx-js/react" : " ./.veda/ui/node_modules/@mdx-js/react" ,
5252 "$veda-ui" : " ./.veda/ui/node_modules" ,
53- "$veda-ui-scripts" : " ./.veda/ui/app/scripts "
53+ "$veda-ui-scripts" : " ./.veda/ui/packages/veda-ui/src "
5454 },
5555 "parcelIgnore" : [
5656 " .*/meta/"
You can’t perform that action at this time.
0 commit comments