Skip to content

Commit

Permalink
Revert "build: run contributors as trigger (vercel#223)" (vercel#224)
Browse files Browse the repository at this point in the history
This reverts commit 2d74158.
  • Loading branch information
Kikobeats authored and jridgewell committed Jun 23, 2023
1 parent ecb0502 commit a747191
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 38 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/contributors.yml

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"name": "Balázs Orbán",
"email": "info@balazsorban.com"
},
{
"name": "feugy",
"email": "damien@vercel.com"
},
{
"name": "nkzawa",
"email": "naoyuki.kanezawa@gmail.com"
},
{
"name": "feugy",
"email": "damien@vercel.com"
},
{
"name": "Lee Robinson",
"email": "me@leerob.io"
Expand Down Expand Up @@ -110,7 +110,7 @@
"clean": "pnpm -r run clean && rm -rf ./node_modules",
"clean:build": "pnpm -r run clean:build",
"clean:node": "pnpm -r run clean:node",
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"contributors": "git-authors-cli && finepack",
"coverage": "c8 report --reporter=text-lcov > coverage/lcov.info",
"lockfile": "pnpm install --lockfile && git add pnpm-lock.yaml && git commit -m \"build: regenerate lock\"",
"postinstall": "./node_modules/.bin/simple-git-hooks",
Expand Down

0 comments on commit a747191

Please sign in to comment.