Skip to content

Commit

Permalink
build: clean tsbuildinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Dec 5, 2022
1 parent e9e7869 commit 967ece8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"author": "Tim Smart <[email protected]>",
"license": "MIT",
"scripts": {
"prepublishOnly": "npm run clean && npm run build:tsc && cp package.json dist/",
"prepublishOnly": "npm run clean && npm run build:tsc",
"build:tsc": "tsc -p tsconfig.json",
"types": "discord-api-codegen ./discord-api-docs -l typescript -o 'imports=RestResponse|dfx/DiscordREST/types' 'endpointReturnType=RestResponse' > src/types.ts && prettier -w src/types.ts",
"clean": "rm -rf dist/"
"clean": "rm -rf dist/ *.tsbuildinfo"
},
"exports": {
".": "./dist/index.js",
Expand Down

0 comments on commit 967ece8

Please sign in to comment.