Skip to content

Commit

Permalink
fix: spell error
Browse files Browse the repository at this point in the history
  • Loading branch information
logeast committed Jul 27, 2023
1 parent 1281b5d commit 162a64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint --cache .",
"release": "bumpp package.json --commit --push --tag && git update-ref refs/heads/release refs/heads/main && git push prigin release && pnpm publish --access public"
"release": "bumpp package.json --commit --push --tag && git update-ref refs/heads/release refs/heads/main && git push origin release && pnpm publish --access public"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
Expand Down

0 comments on commit 162a64f

Please sign in to comment.