1
0
Fork 0

remove postinstall step

This commit is contained in:
Nick Sweeting 2021-04-03 15:53:32 -04:00
parent ffd119c66c
commit 84b722c2d8
1 changed files with 1 additions and 2 deletions

View File

@ -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",