Skip to content

Commit 53c4831

Browse files
committed
chore: prepare for alpha
1 parent abd2584 commit 53c4831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"typecheck": "vue-tsc --noEmit && nuxt typecheck playgrounds/nuxt && nuxt typecheck docs && cd playgrounds/vue && vue-tsc --noEmit",
109109
"test": "vitest",
110110
"test:vue": "vitest -c vitest.vue.config.ts",
111-
"release": "release-it"
111+
"release": "release-it --preRelease=alpha"
112112
},
113113
"dependencies": {
114114
"@ai-sdk/vue": "^2.0.9",

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ fi
1313

1414
# Release package
1515
echo "Publishing @nuxt/ui"
16-
npm publish --access public
16+
npm publish --access public --tag alpha

0 commit comments

Comments
 (0)