Skip to content

Commit

Permalink
fix: Fix failing build due to missing commons-ui package path config
Browse files Browse the repository at this point in the history
  • Loading branch information
m453h committed Jul 18, 2024
1 parent dd1155d commit 095fcfb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 3 additions & 1 deletion apps/climatemappedafrica/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/climatemappedafrica/*": ["./src/*"]
"@/climatemappedafrica/*": ["./src/*"],
"@/commons-ui/core/*": ["../../packages/commons-ui-core/src/*"],
"@/commons-ui/next/*": ["../../packages/commons-ui-next/src/*"]
}
},
"exclude": ["node_modules"]
Expand Down
4 changes: 4 additions & 0 deletions apps/climatemappedafrica/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"vega-tooltip": "^0.33.0",
"video.js": "^8.16.1",
"videojs-youtube": "^3.0.1",
"webpack": "^5.93.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
Expand Down Expand Up @@ -113,5 +114,8 @@
"react-test-renderer": "^18.3.1",
"svg-url-loader": "^8.0.0",
"typescript": "^5.5.3"
},
"engines": {
"node": "20.x"
}
}
9 changes: 6 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 095fcfb

Please sign in to comment.