Skip to content

Commit

Permalink
chore(wallet-sdk-example): attempt to fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
barthuijgen committed Dec 6, 2024
1 parent 6176ffe commit 27b5680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apps/wallet-sdk-example/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const monorepoPackages = getMonorepoPackagesFromPackageJson();
monorepoPackages.push('@kadena/client-utils');
monorepoPackages.push('@kadena/cryptography-utils');
monorepoPackages.push('@kadena/pactjs');
monorepoPackages.push('@kadena/wallet-sdk');

const monorepoPathsRegex = monorepoPackages.map(
(pkg) => new RegExp(`${pkg.replace('@kadena/', '')}`),
Expand Down

0 comments on commit 27b5680

Please sign in to comment.