mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-21 16:11:04 +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",
|
"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",
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"outputs": ["dist"]
|
"outputs": ["dist"]
|
||||||
},
|
},
|
||||||
"deploy": {
|
"deploy": {
|
||||||
"dependsOn": ["build", "test", "lint"]
|
"dependsOn": ["build"]
|
||||||
},
|
},
|
||||||
"start": {},
|
"start": {},
|
||||||
"test": {
|
"test": {
|
||||||
|
|
Loading…
Reference in a new issue