Skip to content

Commit

Permalink
chore(ci): try to fix changeset package publish (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov authored Apr 18, 2024
1 parent 2fe6f84 commit 683e572
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 changeset publish",
"ci:publish": "pnpm publish -r",
"checks": "pnpm check:prettier && pnpm check:lint",
"check:lint": "eslint --max-warnings=0 .",
"check:prettier": "prettier --check .",
Expand Down

0 comments on commit 683e572

Please sign in to comment.