user/zotero: add missing git info
This commit is contained in:
parent
c9d0bd0b1e
commit
d3888ec0a3
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ prepare() {
|
|||
|
||||
# zotero build expects to be in a git repo
|
||||
git init
|
||||
git config user.name info
|
||||
git config user.email info@example.org
|
||||
git commit --allow-empty -m 'Initial'
|
||||
|
||||
npm i --legacy-peer-deps
|
||||
|
|
Loading…
Reference in a new issue