Skip to content

Commit

Permalink
fix: voice postbuild script (#8741)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkrights committed Oct 12, 2022
1 parent eb46e3a commit 5ffabb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/voice/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.13.0",
"description": "Implementation of the Discord Voice API for node.js",
"scripts": {
"build": "tsup",
"build": "tsup && node scripts/postbuild.mjs",
"test": "jest --coverage",
"lint": "prettier --check . && cross-env TIMING=1 eslint src __tests__ --ext .mjs,.js,.ts --format=pretty",
"format": "prettier --write . && cross-env TIMING=1 eslint src __tests__ --ext .mjs,.js,.ts --fix --format=pretty",
Expand Down

0 comments on commit 5ffabb1

Please sign in to comment.