Skip to content

Commit

Permalink
fix: release workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodge authored Aug 2, 2024
1 parent 3796000 commit 3e450b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-flies-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-handle-errors': patch
---

Fix release workflow
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"homepage": "https://github.com/nodge/eslint-plugin-handle-errors",
"repository": {
"type": "git",
"url": "https://github.com/nodge/eslint-plugin-handle-errors"
"url": "git+https://github.com/nodge/eslint-plugin-handle-errors.git"
},
"engines": {
"node": ">=18"
Expand Down Expand Up @@ -45,14 +45,15 @@
"fmt": "prettier --write . --log-level error",
"test": "vitest",
"typecheck": "tsc --noEmit",
"changeset": "changeset add",
"update-lockfile": "npm i --package-lock-only",
"ci:lint": "eslint .",
"ci:fmt": "prettier --check .",
"ci:typecheck": "tsc --noEmit",
"ci:tests": "vitest --run",
"ci:build": "tsup-node",
"changeset": "changeset add",
"version": "changeset version",
"publish": "npm run ci:build && changeset publish"
"ci:version": "changeset version && npm run update-lockfile",
"ci:publish": "npm run ci:build && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
Expand Down

0 comments on commit 3e450b5

Please sign in to comment.