Skip to content

Commit 0c954d1

Browse files
committed
Remove smaller build size
1 parent f60e5bf commit 0c954d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions-ec2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
sudo systemctl restart appgoblin-api
3636
cd frontend
3737
pwd
38-
export PATH="/home/root/.nvm/versions/node/v22.13.1/bin:$PATH" && NODE_OPTIONS="--max-old-space-size=800" /home/goblin/.nvm/versions/node/v22.13.1/bin/npm run build
38+
export PATH="/home/root/.nvm/versions/node/v22.13.1/bin:$PATH" && /home/goblin/.nvm/versions/node/v22.13.1/bin/npm run build
3939
echo "Restart systemd service"
4040
sudo systemctl restart appgoblin-frontend

0 commit comments

Comments
 (0)