diff --git a/src/node/consumer/package.json b/src/node/consumer/package.json index ecf0674..09fa964 100644 --- a/src/node/consumer/package.json +++ b/src/node/consumer/package.json @@ -8,7 +8,7 @@ "dev": "tsx watch --ignore node_modules src/main.ts | pino-pretty", "start": "node --trace-deprecation dist/main.cjs", "lint": "eslint ./src --ext .ts,.js", - "lint-fix": "npm run lint --fix", + "lint-fix": "npm run lint -- --fix", "test": "jest", "test:watch": "jest --watch" },