Skip to content

Commit

Permalink
ci: disable fail with warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Dec 21, 2023
1 parent 3b7cd98 commit 27d74dd
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

0 comments on commit 27d74dd

Please sign in to comment.