Skip to content

Commit 87f2a14

Browse files
authored
fix: vault wallet build (#290)
* fix(packages): vault wallet build * chore(packages): update package-lock
1 parent caf1698 commit 87f2a14

File tree

2 files changed

+30
-50
lines changed

2 files changed

+30
-50
lines changed

package-lock.json

Lines changed: 29 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babylon-wallet-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"dev": "npm run storybook",
24-
"build": "tsc -b --noEmit tsconfig.lib.json && vite build",
24+
"build": "NODE_OPTIONS=--max-old-space-size=8192 tsc -b --noEmit tsconfig.lib.json && NODE_OPTIONS=--max-old-space-size=8192 vite build",
2525
"lint": "eslint --fix .",
2626
"format": "prettier . --write",
2727
"preview": "vite preview",

0 commit comments

Comments
 (0)