diff --git a/package.json b/package.json index 1e8ed49..f884625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-respostas", - "version": "0.42.0", + "version": "0.43.0", "description": "", "main": "src/index.ts", "exports": { @@ -10,6 +10,7 @@ } }, "scripts": { + "preinstall": "bun pm cache rm", "biome": "npx @biomejs/biome check --write ./src", "build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json", "build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",