Skip to content

Commit

Permalink
ci: bump @rnx-kit/commitlint-lite to 1.0.1 (#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed May 14, 2024
1 parent 6f35822 commit 6ccaf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"generate:code": "node scripts/generate-manifest.mjs",
"generate:docs": "node scripts/generate-manifest-docs.mjs",
"generate:schema": "node scripts/generate-schema.mjs",
"lint:commit": "git log --format='%s' origin/trunk..HEAD | tail -1 | npx @rnx-kit/commitlint-lite@1.0.0",
"lint:commit": "git log --format='%s' origin/trunk..HEAD | tail -1 | npx @rnx-kit/commitlint-lite@1.0.1",
"lint:js": "eslint $(git ls-files '*.[cm]js' '*.[jt]s' '*.tsx' ':!:*.config.js' ':!:.yarn/releases') && tsc && tsc --project tsconfig.esm.json",
"lint:kt": "ktlint --relative 'android/app/src/**/*.kt'",
"lint:rb": "bundle exec rubocop",
Expand Down

0 comments on commit 6ccaf45

Please sign in to comment.