chore: bumpp

This commit is contained in:
YunYouJun
2023-07-30 18:33:36 +08:00
parent 4ea6b9d1f2
commit 492513098a
2 changed files with 3 additions and 4 deletions

View File

@@ -3,9 +3,8 @@ name: Docker Image
on:
push:
branches: [main]
pull_request:
branches: [main]
tags:
- 'v*'
jobs:
build:

View File

@@ -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"
},