diff --git a/package.json b/package.json index 9410c18..c6b9304 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "scripts": { "build": "pkgroll --target=node16.19.0", "test": "tsx tests", - "dev": "tsx watch --conditions=development tests", + "dev": "tsx watch --ignore /tmp --conditions=development tests", "lint": "lintroll --cache .", "type-check": "tsc --noEmit", "prepack": "pnpm build && clean-pkg-json"