Skip to content

Commit

Permalink
chore: Switch to Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Sep 10, 2023
1 parent c757b9a commit 2e47de1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4,206 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: mskelton/setup-pnpm@v2
- run: pnpm semantic-release
- uses: mskelton/setup-bun@v1
- run: bun semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 1 addition & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"branches": [
"main"
]
"branches": ["main"]
}
Binary file modified bun.lockb
Binary file not shown.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"description": "Simple and sensible ESLint config.",
"version": "0.0.0-semantically-released",
"author": "Mark Skelton",
"packageManager": "[email protected]",
"repository": "github:mskelton/eslint-config",
"homepage": "https://github.com/mskelton/eslint-config#readme",
"bugs": {
Expand Down Expand Up @@ -54,7 +53,7 @@
"eslint-config-prettier": "^8.3.0"
},
"devDependencies": {
"prettier": "^2.5.1",
"semantic-release": "^19.0.3"
"semantic-release": "^19.0.3",
"prettier": "^3.0.3"
}
}
Loading

0 comments on commit 2e47de1

Please sign in to comment.