Skip to content

Commit

Permalink
ci: disable fail with warnings (#3001)
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Dec 21, 2023
1 parent 3b7cd98 commit b1c0c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Build
run: npm run build
env:
CI: 'false'
NODE_PATH: 'src'
NODE_OPTIONS: '--max-old-space-size=6144'
- name: Publish
Expand Down

1 comment on commit b1c0c12

@vercel
Copy link

@vercel vercel bot commented on b1c0c12 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder – ./

builder-git-master-decentraland1.vercel.app
builder-decentraland1.vercel.app

Please sign in to comment.