Add update-explorer script

-Added new script to A) grab the latest code form github, B) update all dependencies, and C) run the database initialize function to ensure new changes take effect immidiately
-Updated README to explain the new explorer update function
This commit is contained in:
Joe Uhren
2022-05-01 15:00:34 -06:00
parent 44caca42b1
commit f113fde981
3 changed files with 93 additions and 1 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
"reindex-last": "node ./scripts/sync.js index reindex-last",
"create-backup": "node ./scripts/create_backup.js",
"restore-backup": "node ./scripts/restore_backup.js",
"delete-database": "node ./scripts/delete_database.js"
"delete-database": "node ./scripts/delete_database.js",
"update-explorer": "node ./scripts/update_explorer.js"
},
"dependencies": {
"express": ">=4.17.1",