Skip to content

Commit

Permalink
fix(app): delete uint8arrays override in dependency to prevent didSes…
Browse files Browse the repository at this point in the history
…sion/build issues
  • Loading branch information
lucianHymer committed Feb 18, 2025
1 parent f734b0f commit 4817590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/iam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ export const amplifyAppInfo = newPassportDomain.apply((domainName) => {
environmentVariables: passportXyzAppEnvironment,
tags: { ...defaultTags, Name: `${prefix}.${domainName}` },
buildCommand:
"npm install --g lerna@6.6.2 && lerna bootstrap && rm -rf ../node_modules/@tendermint && npm run build",
"npm install --g lerna@6.6.2 && lerna bootstrap && rm -rf ../node_modules/@tendermint && rm -rf ../node_modules/did-jwt/node_modules/uint8arrays && npm run build",
preBuildCommand: "nvm use 20.9.0",
artifactsBaseDirectory: "out",
customRules: [
Expand Down

0 comments on commit 4817590

Please sign in to comment.