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:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user