chore: add update script for assuring clean installations (#673)

This commit is contained in:
Danny Avila 2023-07-21 13:44:59 -07:00 committed by GitHub
parent 8aa58ea240
commit deb1472aa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 111 additions and 6 deletions

View file

@ -9,6 +9,9 @@
],
"scripts": {
"install": "node config/install.js",
"update": "node config/update.js",
"update:local": "node config/update.js -l",
"update:docker": "node config/update.js -d",
"upgrade": "node config/upgrade.js",
"create-user": "node config/create-user.js",
"backend": "cross-env NODE_ENV=production node api/server/index.js",