Skip to content

Commit

Permalink
Revert #463 (#464)
Browse files Browse the repository at this point in the history
* chore(ci): try to fix changeset package publish

* chore(ci): add NODE_AUTH_TOKEN

* Revert "chore(ci): try to fix changeset package publish (#463)"

This reverts commit 683e572.

* Revert "chore(ci): add NODE_AUTH_TOKEN"

This reverts commit a6e5c8c.
  • Loading branch information
mkurapov authored Apr 18, 2024
1 parent 683e572 commit 75198e6
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 @@ -12,7 +12,7 @@
"format:docs": "prettier --write ./docs/**/*.md",
"changeset:add": "pnpm changeset add",
"ci:version": "pnpm changeset version && pnpm i --lockfile-only",
"ci:publish": "pnpm publish -r",
"ci:publish": "pnpm changeset publish",
"checks": "pnpm check:prettier && pnpm check:lint",
"check:lint": "eslint --max-warnings=0 .",
"check:prettier": "prettier --check .",
Expand Down

0 comments on commit 75198e6

Please sign in to comment.