diff --git a/.release-it.json b/.release-it.json index e25092e7..cc4c21fd 100644 --- a/.release-it.json +++ b/.release-it.json @@ -14,7 +14,7 @@ }, "hooks": { "before:init": [ - "rm -Rf lib", + "rm -Rf lib tsconfig.tsbuildinfo", "yarn install --frozen-lockfile --non-interactive --production=false", "yarn run lint", "yarn run build"