Skip to content

Commit 9f97317

Browse files
committed
Remove "--relative" and "--symlink" options by default
1 parent 7634b67 commit 9f97317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/3.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"composer-scripts": {
1111
"cache:clear": "symfony-cmd",
12-
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
12+
"assets:install %PUBLIC_DIR%": "symfony-cmd"
1313
},
1414
"env": {
1515
"APP_ENV": "dev",

0 commit comments

Comments
 (0)