Skip to content

Commit

Permalink
build: update release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
motea927 committed Jul 1, 2023
1 parent 5e400b0 commit 12ac21d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"email": "motea927@yahoo.com.tw"
},
"license": "MIT",
"release": {
"branches": [
"main",
"beta"
]
},
"scripts": {
"dev:core": "pnpm -r --filter ./packages/core run build:watch & pnpm -r --filter ./playgrounds/vite-vue3 dev",
"dev:nuxt": "pnpm -r --filter ./packages/core run build:watch & pnpm -r --filter ./packages/nuxt dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"defu"
]
},
"release": {
"branches": [
"main",
"beta"
]
},
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
Expand Down

0 comments on commit 12ac21d

Please sign in to comment.