Skip to content

Commit efbdb7b

Browse files
authored
fix(ci): use pnpm for publishing (nodejs#9052)
* fix(ci): use `pnpm` for publishing Signed-off-by: Aviv Keller <me@aviv.sh> * JIC Signed-off-by: Aviv Keller <me@aviv.sh> --------- Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 0ab03a2 commit efbdb7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prepare": "husky",
2727
"prettier": "prettier \"**/*.{js,mjs,ts,tsx,md,mdx,json,yml,css}\" --check --cache --cache-strategy=content --cache-location=.prettiercache",
2828
"prettier:fix": "node --run prettier -- --write",
29-
"release": "pnpm --filter './packages/*' --if-present run build && changeset publish",
29+
"release": "pnpm --filter './packages/*' --if-present run build && pnpm publish -r --access=public",
3030
"scripts:release-post": "turbo scripts:release-post",
3131
"start": "turbo start",
3232
"storybook": "turbo storybook",

0 commit comments

Comments
 (0)