Skip to content

Commit

Permalink
.gitignore and revert NODE_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
gooseops committed Aug 28, 2024
1 parent c015771 commit 166cdbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-preview-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: NODE_OPTIONS="--max-old-space-size=6144" vercel build --token=${{ secrets.VERCEL_TOKEN }}
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ out/
\#*\#

.turbo
.vercel

0 comments on commit 166cdbb

Please sign in to comment.