chore: fix dockerbuild and add ws props everywhere

This commit is contained in:
iCrawl
2022-07-24 18:49:06 +02:00
parent 41e4e10b48
commit 160487d866
7 changed files with 9 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ jobs:
max-parallel: 1
fail-fast: false
matrix:
package: ['builders', 'collection', 'discord.js', 'proxy', 'rest', 'voice']
package: ['builders', 'collection', 'discord.js', 'proxy', 'rest', 'voice', 'ws']
runs-on: ubuntu-latest
env:
BRANCH_NAME: ${{ github.event.inputs.ref || needs.build.outputs.BRANCH_NAME }}