2 Commits
v1.2 ... v1.4

Author SHA1 Message Date
zyronon
9d8758eb31 refactor: update Dockerfile 2024-05-01 21:09:08 +08:00
zyronon
2a519248fd refactor: update Dockerfile 2024-05-01 20:59:53 +08:00
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ lerna-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local

View File

@@ -5,6 +5,9 @@ on:
tags:
- v*
# 这个选项可以使你手动在 Action tab 页面触发工作流
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest