Skip to content

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Oct 28, 2024
1 parent 08c4ee6 commit 2eb64bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-sonner",
"version": "1.2.4",
"version": "1.2.3",
"type": "module",
"author": "xiaoluoboding <[email protected]>",
"scripts": {
Expand All @@ -13,6 +13,7 @@
"build:lib": "vite build --mode lib && pnpm run build:types",
"build:module": "nuxt-module-build build --outDir lib/nuxt",
"build:types": "vue-tsc -p tsconfig.build.json && api-extractor run",
"release": "pnpm run build:lib && pnpm run build:module",
"preview": "vite preview",
"test": "cd ./test && pnpm test:e2e --ui",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
Expand Down

0 comments on commit 2eb64bc

Please sign in to comment.