Skip to content

Commit

Permalink
Fix Envoy script
Browse files Browse the repository at this point in the history
  • Loading branch information
tuandm committed Oct 13, 2019
1 parent 063111c commit cc62c92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Envoy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit cc62c92

Please sign in to comment.