chore: bumpp
This commit is contained in:
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@@ -3,9 +3,8 @@ name: Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"lint": "eslint .",
|
||||
"postinstall": "nuxi prepare && npm run convert",
|
||||
"preview-https": "serve dist",
|
||||
"release": "bumpp --commit --push --tag",
|
||||
"release": "bumpp",
|
||||
"test": "vitest",
|
||||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user