diff --git a/package.json b/package.json index 3248ba32..3bb6ebe1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "clean:build": "pnpm -r exec -- rm -rf dist", "clean:node": "pnpm -r exec -- rm -rf node_modules", "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", - "lint": "eslint \"packages/*/src/*/**\" && standard-markdown README.md --fix && standard --fix", + "lint": "eslint \"packages/*/src/**/*\" && standard-markdown README.md --fix && standard --fix", "prepublishOnly": "pnpm run build", "pretest": "pnpm run lint", "release": "lerna publish --sort --conventional-commits -m \"chore(release): %s\" --create-release github",