Sfoglia il codice sorgente

install new packages on update

Pitu 6 anni fa
parent
commit
9edc0d0508
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package.json

+ 1 - 1
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",