diff options
| author | Pitu <[email protected]> | 2019-03-02 02:50:18 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-02 02:50:18 +0900 |
| commit | 9edc0d050849f6cbfc71f78d975beb2926f57914 (patch) | |
| tree | 953d2f5e7203114b61ebde47471d7d4e984147f0 /package.json | |
| parent | back (diff) | |
| download | host.fuwn.me-9edc0d050849f6cbfc71f78d975beb2926f57914.tar.xz host.fuwn.me-9edc0d050849f6cbfc71f78d975beb2926f57914.zip | |
install new packages on update
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index eb5cf11..4beff96 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "seed": "yarn knex seed:run", "api": "node src/api/structures/Server", "site": "cross-env NODE_ENV=production nuxt start", - "update": "git pull && yarn migrate && yarn build" + "update": "git pull && yarn install && yarn migrate && yarn build" }, "repository": { "type": "git", |