Skip to content

Commit

Permalink
vercel build command updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmalhotra1420 committed May 13, 2024
1 parent 19a8e2e commit 5516b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start:sdk:local:forcecleanup": "node dev-mode-link-local-sdk.mjs localsdk forcecleanup start",
"start:sdk:local:nocleanup": "node dev-mode-link-local-sdk.mjs localsdk nocleanup start",
"reset:sdk:prod": "node dev-mode-link-local-sdk.mjs prodsdk forcecleanup nostart",
"build:vercel": "NODE_OPTIONS='--max-old-space-size=8192' && vite build",
"build:vercel": "NODE_OPTIONS='--max-old-space-size=32768' && vite build",
"build": "NODE_OPTIONS=--max-old-space-size=8192 node dev-mode-link-local-sdk.mjs prodsdk cleanup nostart && vite build",
"test": "vite test",
"deploy:alpha": "node build.mjs alpha && yarn build && echo 'alpha.push.org' > ./build/CNAME && gh-pages -d build -r https://github.com/push-protocol/push-dapp-alpha-deployment",
Expand Down

0 comments on commit 5516b5f

Please sign in to comment.