mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 14:41:05 +01:00
chore(package): missing validate script
This commit is contained in:
parent
502331a6ef
commit
8ac182a928
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
"name": "bun-discord-bot",
|
"name": "bun-discord-bot",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "bun src/index.ts",
|
"start": "bun src/index.ts",
|
||||||
|
"validate": "cd scripts/validateTags && bun start",
|
||||||
"cloudflare:tunnel": "sudo cloudflared tunnel run"
|
"cloudflare:tunnel": "sudo cloudflared tunnel run"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue