Skip to content

Commit 9761c01

Browse files
committed
chore: update paths based on monorepo changes in veda-ui (see NASA-IMPACT/veda-ui#1898)
1 parent 2d1a240 commit 9761c01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.veda/veda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (inputCmd === '--info') {
4141
const rootDir = path.join(__dirname, '../');
4242

4343
const 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');
4545
let originalSubmoduleTheme = '';
4646

4747
// Temporarily swap the USWDS theme file from the veda-ui with the one from veda-config

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
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/"

0 commit comments

Comments
 (0)