diff --git a/package.json b/package.json index 8600a02..dc568c1 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,12 @@ "type": "git", "url": "https://github.com/mohsenbostan/nestjs-grpc-exceptions.git" }, - "version": "0.2.2", + "version": "0.2.3", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { - "build": "tsup index.ts --format cjs,esm --dts", + "build": "tsup-node index.ts --format cjs,esm --dts", "test": "jest --", "test:coverage": "jest --collectCoverage --", "lint": "eslint \"{src,lib,test}/**/*.ts\" --fix",