mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-03 03:11:47 +00:00
chore(infra): move to monorepo
This commit is contained in:
+3
-3
@@ -3,12 +3,12 @@ pre-commit:
|
||||
commands:
|
||||
lint:
|
||||
glob: "*.{js,ts,jsx,tsx}"
|
||||
run: npx eslint {staged_files}
|
||||
run: bun lint
|
||||
types:
|
||||
glob: "*.{js,ts, jsx, tsx}"
|
||||
run: npx tsc
|
||||
run: bun typecheck
|
||||
commit-msg:
|
||||
parallel: true
|
||||
commands:
|
||||
commitlint:
|
||||
run: npx commitlint --edit
|
||||
run: bunx commitlint --edit
|
||||
|
||||
Reference in New Issue
Block a user