Skip to content

Commit

Permalink
Merge pull request #211 from ensdomains/fix-chgset-publish
Browse files Browse the repository at this point in the history
try kitajs way of publishing
  • Loading branch information
talentlessguy authored Sep 23, 2024
2 parents 00bc736 + 8a4feb3 commit 75d3632
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 @@ -9,7 +9,7 @@
"publish:local:ensjs": "yalc publish packages/ensjs --push --up",
"chgset:version": "changeset version && pnpm install",
"chgset:run": "changeset",
"release": "changeset publish",
"release": "pnpm publish -r --access public && changeset tag",
"chgset": "pnpm chgset:run && pnpm chgset:version"
},
"devDependencies": {
Expand Down

0 comments on commit 75d3632

Please sign in to comment.