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