From 97e15956589a6fffccb89b50060a6f5619f50999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Tue, 23 Jul 2019 13:06:31 +0200 Subject: [PATCH] Use relative symlinks for assets:install command --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b57c9a8ed..52da64c8e0 100644 --- a/composer.json +++ b/composer.json @@ -104,7 +104,7 @@ "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", - "assets:install %PUBLIC_DIR%": "symfony-cmd", + "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd", "bazinga:js-translation:dump %PUBLIC_DIR%/assets --merge-domains": "symfony-cmd", "yarn install": "script", "ezplatform:encore:compile": "symfony-cmd",