mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-26 18:03:05 +08:00
feat: add Tag Build CI (#118)
This commit is contained in:
2
.github/workflows/tag_build.yml
vendored
2
.github/workflows/tag_build.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"dev": "wrangler dev",
|
||||
"deploy": "wrangler deploy",
|
||||
"start": "wrangler dev",
|
||||
"build": "wrangler deploy --dry-run --outdir dist --minify"
|
||||
"build": "wrangler deploy --dry-run --outdir dist --minify --main src/worker.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "^3.48.0"
|
||||
|
||||
Reference in New Issue
Block a user