Skip to content

Commit

Permalink
chore: remove unneeded tsc build
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jun 9, 2022
1 parent c8f1690 commit 2791c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0-dev",
"description": "Tools for running an HTTP proxy for Discord's API",
"scripts": {
"build": "tsup && tsc --emitDeclarationOnly --incremental",
"build": "tsup",
"lint": "prettier --check . && eslint src __tests__ --ext mjs,js,ts",
"format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix",
"docs": "docgen -i src/index.ts -c docs/index.json -o docs/docs.json --typescript",
Expand Down

0 comments on commit 2791c86

Please sign in to comment.