From 370e58494c55c229e685be1fc68d609e0e61c7c6 Mon Sep 17 00:00:00 2001 From: Huaoe Date: Fri, 20 Sep 2019 15:24:18 +0200 Subject: [PATCH] fe --- nextjs/scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextjs/scripts/start.sh b/nextjs/scripts/start.sh index 6a40f6f2e..fd4a0ae5f 100644 --- a/nextjs/scripts/start.sh +++ b/nextjs/scripts/start.sh @@ -11,7 +11,7 @@ cat package.json yarn install echo '-----installation de cypress-----' -yarn add cypress +yarn global add cypress echo '-----BUILD-----' yarn build