Skip to content

Commit

Permalink
chore: use npm for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Sep 7, 2023
1 parent 4687327 commit 8542e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": [
{
"name": "latest",
"use": "pnpm publish --no-git-checks",
"use": "npm publish --access public",
"prerelease": true
}
]
Expand Down

0 comments on commit 8542e8d

Please sign in to comment.