diff --git a/package.json b/package.json index 8749b84..50c4aec 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test": "jest", "test:watch": "jest --watch", "build": "node prebuild.js && tsup lib/index.ts --dts --format cjs,esm", - "lint": "tsc && eslint . --ext .ts,.js", + "lint": "tsc && eslint . --ext .ts,.js && echo \"Test\"", "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"", "prepare": "husky install", "publish": "changeset publish",