Skip to content

Commit f087637

Browse files
committed
Release workflow update
1 parent 360330f commit f087637

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"dev": "pnpm --parallel dev",
88
"preview": "pnpm --parallel preview",
99
"test": "pnpm --parallel test",
10-
"watch": "pnpm build --watch"
10+
"watch": "pnpm build --watch",
11+
"release:ci": "pnpm -r publish --access public --no-git-checks"
1112
},
1213
"devDependencies": {
1314
"@types/node": "^24.3.0",

0 commit comments

Comments
 (0)