mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18:06 +01:00
ci: fix deploy
This commit is contained in:
parent
3534da16a6
commit
334f24f30c
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
"build": "node scripts/build.mjs",
|
||||
"dev": "miniflare --watch --debug --port 8787",
|
||||
"dev:tunnel": "cloudflared tunnel --url localhost:8787/",
|
||||
"deploy": "cross-env NODE_ENV=production wrangler publish"
|
||||
"deploy": "wrangler publish"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "xHyroM",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"outputs": ["dist"]
|
||||
},
|
||||
"deploy": {
|
||||
"dependsOn": ["build", "test", "lint"]
|
||||
"dependsOn": ["build"]
|
||||
},
|
||||
"start": {},
|
||||
"test": {
|
||||
|
|
Loading…
Reference in a new issue