Skip to content

Instantly share code, notes, and snippets.

@polidog
Last active March 12, 2020 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save polidog/66fdcaa4b3d8a0c2917b57af3755d31b to your computer and use it in GitHub Desktop.
Save polidog/66fdcaa4b3d8a0c2917b57af3755d31b to your computer and use it in GitHub Desktop.
<?php
// webpack encore
task('encore', function () {
run('cd {{release_path}} && yarn install && yarn run build');
});
before('deploy:symlink', 'encore');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment