aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
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",