mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 13:52:30 +02:00
remove postinstall step
This commit is contained in:
@@ -7,8 +7,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"archivebox": "python3 -m archivebox",
|
"archivebox": "python3 -m archivebox",
|
||||||
"selfupdate": "python3 -m pip install --upgrade archivebox && npm install --no-audit --no-fund --loglevel=error",
|
"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)"
|
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"archivebox": "python3 -m archivebox",
|
"archivebox": "python3 -m archivebox",
|
||||||
|
Reference in New Issue
Block a user