mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(elements): check git existence
This commit is contained in:
parent
520f43ca03
commit
3527848b67
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
"test:ci": "pnpm run test --silent --coverage",
|
||||
"prepack": "pnpm build",
|
||||
"localize": "lit-localize",
|
||||
"check": "lit-localize extract && git add . -N && git diff --exit-code"
|
||||
"check": "if command -v git &> /dev/null; then lit-localize extract && git add . -N && git diff --exit-code; fi"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.9.0"
|
||||
|
|
Loading…
Reference in a new issue