Skip to content

Commit

Permalink
Fix dependency issues with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Sep 10, 2023
1 parent 09bd722 commit 32df25b
Show file tree
Hide file tree
Showing 5 changed files with 9,476 additions and 6,051 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:
key: "BOT_SERVER_PATH"
value: ${{ secrets.BOT_SERVER_PATH }}
envPath: "./web/.env"
- name: Define env variable No.2
uses: TickX/[email protected]
with:
key: "YOUTUBE_API_KEY"
value: ${{ secrets.YOUTUBE_API_KEY }}
envPath: "./web/.env"
- name: Define env variable No.3
uses: TickX/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"body-parser": "^1.20.2",
"bufferutil": "^4.0.7",
"cors": "^2.8.5",
"discord-akairo": "discord-akairo/discord-akairo",
"discord-akairo": "https://github.com/discord-akairo/discord-akairo",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
Expand Down
1 change: 1 addition & 0 deletions web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.yarn/cache/
Loading

0 comments on commit 32df25b

Please sign in to comment.