Skip to content

Commit

Permalink
chore: update contributors only on netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 3, 2023
1 parent ecd5578 commit f495d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ async function run() {
updateFunctionsMD(metadata),
updateFunctionREADME(metadata),
updatePackageJSON(metadata),
process.env.CI && updateCountBadge(metadata),
process.env.CI && updateContributors(),
process.env.NETLIFY && updateCountBadge(metadata),
process.env.NETLIFY && updateContributors(),
])

await fs.copy('./CONTRIBUTING.md', './packages/contributing.md')
Expand Down

0 comments on commit f495d96

Please sign in to comment.