ci: fix deploy

This commit is contained in:
xHyroM 2023-04-09 17:08:08 +02:00
parent 3534da16a6
commit 334f24f30c
No known key found for this signature in database
GPG key ID: BE0423F386C436AA
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"build": "node scripts/build.mjs", "build": "node scripts/build.mjs",
"dev": "miniflare --watch --debug --port 8787", "dev": "miniflare --watch --debug --port 8787",
"dev:tunnel": "cloudflared tunnel --url localhost:8787/", "dev:tunnel": "cloudflared tunnel --url localhost:8787/",
"deploy": "cross-env NODE_ENV=production wrangler publish" "deploy": "wrangler publish"
}, },
"keywords": [], "keywords": [],
"author": "xHyroM", "author": "xHyroM",

View file

@ -15,7 +15,7 @@
"outputs": ["dist"] "outputs": ["dist"]
}, },
"deploy": { "deploy": {
"dependsOn": ["build", "test", "lint"] "dependsOn": ["build"]
}, },
"start": {}, "start": {},
"test": { "test": {