Skip to content

Commit 4584185

Browse files
chore: possibly fix tagging not working (#74)
1 parent 561154e commit 4584185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Embed SDK Monorepo",
55
"scripts": {
66
"prepublish": "turbo run build",
7-
"ci:release": "pnpm --filter './packages/**' publish ",
8-
"ci:version": "pnpm exec changeset version && pnpm exec changeset tag",
7+
"ci:release": "pnpm --filter './packages/**' publish && pnpm exec changeset tag",
8+
"ci:version": "pnpm exec changeset version",
99
"build": "turbo run build",
1010
"clean": "turbo run clean",
1111
"dev": "turbo run dev",

0 commit comments

Comments
 (0)