chore: remove update script

This commit is contained in:
Pitu 2021-06-20 18:46:04 +09:00
parent 0917f6f91f
commit 43ce7c7c32
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
"dev": "nodemon src/api/structures/Server",
"migrate": "knex migrate:latest",
"seed": "knex seed:run",
"update": "git pull && npm install && npm run migrate && npm run build && npm run restart",
"restart": "pm2 restart chibisafe",
"overwrite-config": "cross-env OVERWRITE_SETTINGS=true",
"test:vue": "jest --testPathPattern=src/site",