From aad7ab58e80111da00682c9e14612685380dcbf6 Mon Sep 17 00:00:00 2001 From: David Cabo Date: Sun, 6 Oct 2019 20:30:32 +0200 Subject: [PATCH] Add deployment step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1898bfc..8995a00 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Para actualizar la aplicaciĆ³n: ``` $ cd /var/www/verba-volant.civio.es/public $ git pull +$ npm run postinstall $ npm run build $ sudo service verba-api restart ```