mirror of
https://github.com/aljazceru/react-native-pubky.git
synced 2026-02-23 07:54:58 +01:00
chore: upgrade pubky
Upgrade pubky to current main. Bump package version to 0.4.0.
This commit is contained in:
@@ -3,9 +3,12 @@ pre-commit:
|
||||
commands:
|
||||
lint:
|
||||
glob: "*.{js,ts,jsx,tsx}"
|
||||
exclude:
|
||||
- "rust/**/*"
|
||||
run: npx eslint {staged_files}
|
||||
types:
|
||||
glob: "*.{js,ts, jsx, tsx}"
|
||||
glob: "*.{js,ts,jsx,tsx}"
|
||||
exclude: "rust/**/*"
|
||||
run: npx tsc
|
||||
commit-msg:
|
||||
parallel: true
|
||||
|
||||
Reference in New Issue
Block a user