chore(package): missing validate script

This commit is contained in:
xHyroM 2022-07-16 14:26:30 +02:00
parent 502331a6ef
commit 8ac182a928

View file

@ -3,6 +3,7 @@
"name": "bun-discord-bot",
"scripts": {
"start": "bun src/index.ts",
"validate": "cd scripts/validateTags && bun start",
"cloudflare:tunnel": "sudo cloudflared tunnel run"
},
"devDependencies": {