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: on:
push: push:
branches: [main] tags:
pull_request: - 'v*'
branches: [main]
jobs: jobs:
build: build:

View File

@@ -16,7 +16,7 @@
"lint": "eslint .", "lint": "eslint .",
"postinstall": "nuxi prepare && npm run convert", "postinstall": "nuxi prepare && npm run convert",
"preview-https": "serve dist", "preview-https": "serve dist",
"release": "bumpp --commit --push --tag", "release": "bumpp",
"test": "vitest", "test": "vitest",
"typecheck": "vue-tsc --noEmit" "typecheck": "vue-tsc --noEmit"
}, },