Skip to content

Commit 3e450b5

Browse files
authored
fix: release workflow (#8)
1 parent 3796000 commit 3e450b5

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.changeset/rotten-flies-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'eslint-plugin-handle-errors': patch
3+
---
4+
5+
Fix release workflow

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"homepage": "https://github.com/nodge/eslint-plugin-handle-errors",
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/nodge/eslint-plugin-handle-errors"
20+
"url": "git+https://github.com/nodge/eslint-plugin-handle-errors.git"
2121
},
2222
"engines": {
2323
"node": ">=18"
@@ -45,14 +45,15 @@
4545
"fmt": "prettier --write . --log-level error",
4646
"test": "vitest",
4747
"typecheck": "tsc --noEmit",
48+
"changeset": "changeset add",
49+
"update-lockfile": "npm i --package-lock-only",
4850
"ci:lint": "eslint .",
4951
"ci:fmt": "prettier --check .",
5052
"ci:typecheck": "tsc --noEmit",
5153
"ci:tests": "vitest --run",
5254
"ci:build": "tsup-node",
53-
"changeset": "changeset add",
54-
"version": "changeset version",
55-
"publish": "npm run ci:build && changeset publish"
55+
"ci:version": "changeset version && npm run update-lockfile",
56+
"ci:publish": "npm run ci:build && changeset publish"
5657
},
5758
"devDependencies": {
5859
"@changesets/changelog-github": "0.5.0",

0 commit comments

Comments
 (0)