Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID committed Sep 10, 2024
1 parent bbb9f30 commit b9450af
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 40 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
sparse-checkout: |
patches
server
CHANGELOG.md
LICENSE
Expand Down Expand Up @@ -46,6 +47,7 @@ jobs:
run: |
rm -rf "./.git"
rm -rf "./node_modules"
rm -rf "./patches"
rm -rf "./server"
rm -rf "./.yarn.installed"
rm -rf "./base.tsconfig.json"
Expand Down
65 changes: 25 additions & 40 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "npm run typecheck && rimraf dist && node build.js"
},
"dependencies": {
"@discordjs/collection": "1.5.2",
"@discordjs/core": "1.0.0",
"@discordjs/rest": "2.0.0",
"@discordjs/util": "1.0.0",
Expand Down

0 comments on commit b9450af

Please sign in to comment.