mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
remove postinstall step
This commit is contained in:
parent
ffd119c66c
commit
84b722c2d8
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"archivebox": "python3 -m archivebox",
|
||||
"selfupdate": "python3 -m pip install --upgrade archivebox && npm install --no-audit --no-fund --loglevel=error",
|
||||
"postinstall": "archivebox version --quiet || (python3 -m pip install archivebox && archivebox --version)"
|
||||
"selfupdate": "python3 -m pip install --upgrade archivebox && npm install --no-audit --no-fund --loglevel=error"
|
||||
},
|
||||
"bin": {
|
||||
"archivebox": "python3 -m archivebox",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue