Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Layers-of-Railways/bot into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Szedann committed Aug 28, 2023
2 parents 934f40e + a1618ac commit 7aac033
Show file tree
Hide file tree
Showing 13 changed files with 101 additions and 100 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
DISCORD_TOKEN=
OWNER_ID=
SAY_LOGS_CHANNEL=
LOGS_CHANNEL=
MAVEN_REPO=
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Docker

on:
push:
branches: ['main']

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Lint
on:
workflow_dispatch:
push:
branches: ['main']
pull_request:
branches: ['main']

jobs:
lint:
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"scripts": {
"dev": "cross-env NODE_ENV=development tsx watch src/index.ts",
"start": "prisma migrate deploy && tsx src/index.ts",
"lint": "tsc && eslint . && prettier --check ."
"lint": "tsc && eslint . && prettier --check .",
"lint:fix": "prettier --write ."
},
"dependencies": {
"@discordjs/rest": "1.7.1",
"@prisma/client": "5.1.0",
"@prisma/client": "5.1.1",
"colorette": "^2.0.20",
"discord.js": "14.11.0",
"express": "^4.18.2",
Expand All @@ -26,7 +27,7 @@
"dotenv": "16.3.1",
"eslint": "8.43.0",
"prettier": "2.8.8",
"prisma": "^5.1.0",
"prisma": "^5.1.1",
"ts-node": "^10.9.1",
"typescript": "5.1.3"
},
Expand Down
123 changes: 64 additions & 59 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7aac033

Please sign in to comment.