Skip to content

Commit

Permalink
[WEBREL] Jim/WEBREL-3328/Unable to notice demo cashier icon (#17490)
Browse files Browse the repository at this point in the history
* chore: remove path transformation

* ci: trigger build
  • Loading branch information
jim-deriv authored Nov 13, 2024
1 parent 2e38fd3 commit 63d69f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ const copyConfig = base => {
{
from: path.resolve(__dirname, '../../../node_modules/@deriv/cashier/dist/cashier/public'),
to: 'cashier/public',
transform(_content, transform_path) {
return transform_path.split('node_modules/@deriv/cashier/dist/')[1];
},
},
{
from: path.resolve(__dirname, '../../../node_modules/@deriv/trader/dist/trader'),
Expand Down

0 comments on commit 63d69f6

Please sign in to comment.