From 9edc0d050849f6cbfc71f78d975beb2926f57914 Mon Sep 17 00:00:00 2001 From: Pitu Date: Sat, 2 Mar 2019 02:50:18 +0900 Subject: install new packages on update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3