chore(Types): include @discordjs/voice typings (#5941)

Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
Amish Shah
2021-06-29 18:44:45 +01:00
committed by GitHub
parent 5ad83a6a65
commit 63a8df1c1f
8 changed files with 1216 additions and 1229 deletions

View File

@@ -18,7 +18,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci --ignore-scripts
# Remove --no-optional after Node 16 upgrade
run: npm ci --ignore-scripts --no-optional
- name: Publish
run: |