Skip to content

Commit

Permalink
ci: add vercel.json (Shopify#12)
Browse files Browse the repository at this point in the history
## Context

Add config for Vercel

## Changes

Add the json file

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I've performed a self-review of my own code
- [x] I've added a changeset if this PR contains user-facing or
noteworthy changes
- [x] I've commented my code, particularly in hard-to-understand areas
- [x] I've made corresponding changes to the documentation
- [x] I've tested my code for breaking changes and added the
corresponding
      footer in this PR if needed
  • Loading branch information
remcolakens committed Jun 5, 2023
1 parent 2625641 commit 5ec9ba9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"github": {
"silent": true
}
}

0 comments on commit 5ec9ba9

Please sign in to comment.