diff --git a/package.json b/package.json index ae244f6..d997231 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "lint:md": "markdownlint --fix", "lint:all": "pnpm lint . && pnpm lint:md .", "test": "cross-env NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest", - "build": "shx rm -rf dist/* && tsc -p tsconfig.build.json", + "build": "shx rm -rf dist/* tsconfig.build.tsbuildinfo && tsc -p tsconfig.build.json", "build:watch": "tsc -p tsconfig.build.json -w", "prepublishOnly": "pnpm build", "dev:build": "concurrently 'tsc -w -i' 'nodemon dist/index.js'",