From cc62c92e3513991705ba11173a2e6832aee1e6e4 Mon Sep 17 00:00:00 2001 From: Tuan Duong Date: Sun, 13 Oct 2019 13:35:19 +0700 Subject: [PATCH] Fix Envoy script --- Envoy.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Envoy.blade.php b/Envoy.blade.php index bc33a5725..99e824dcc 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -45,11 +45,11 @@ php artisan storage:link php artisan migrate --force - echo "Running npm..." - npm install + echo "Running yarn..." + yarn install echo "Temporarily fix for terser minifying" - npm i terser@3.14 - npm run production + yarn i terser@3.14 + yarn run production @endtask @task('update_symlinks')