diff --git a/package.json b/package.json index 1c30470..f260538 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "build:code": "tsc -p tsconfig.types.json && node scripts/bundle.js", "build:clean": "rm -rf lib", "prepublishOnly": "npm run build", - "lint": "lint update && lint", - "lint:fix": "lint update && lint fix", + "lint": "lint", + "lint:fix": "lint fix", "pre-commit": "lint update && lint-staged", "prepare": "husky", "typecheck": "tsc --noEmit"