diff options
| author | Pitu <[email protected]> | 2021-06-20 18:46:04 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-06-20 18:46:04 +0900 |
| commit | 43ce7c7c3282d4fbea84784b981fa5306f8d065f (patch) | |
| tree | 6fcd1331ea8f3a7ad41eefad9b1eea0da6c76ff1 /package.json | |
| parent | fix: typos (diff) | |
| download | host.fuwn.me-43ce7c7c3282d4fbea84784b981fa5306f8d065f.tar.xz host.fuwn.me-43ce7c7c3282d4fbea84784b981fa5306f8d065f.zip | |
chore: remove update script
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 350c1db..055f6eb 100644 --- a/package.json +++ b/package.json @@ -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", |