From 05440c82c7c3963488f85c884b5fc6b8dd6483b9 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 16 May 2019 08:04:38 +0200 Subject: [PATCH] revert yarn migration --- deploy_client.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deploy_client.sh b/deploy_client.sh index 29f9537..099e6b3 100755 --- a/deploy_client.sh +++ b/deploy_client.sh @@ -1,5 +1,4 @@ #/bin/bash DIRECTORY=$(cd `dirname $0` && pwd) -cd ${DIRECTORY}/client -yarn install -yarn run build +npm install --prefix ${DIRECTORY}/client +npm run --prefix ${DIRECTORY}/client build