mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 13:41:51 +02:00
add in autoscript
This commit is contained in:
parent
53130908b5
commit
16a398e852
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@
|
||||||
"cache:clear": "symfony-cmd",
|
"cache:clear": "symfony-cmd",
|
||||||
"assets:install %PUBLIC_DIR%": "symfony-cmd",
|
"assets:install %PUBLIC_DIR%": "symfony-cmd",
|
||||||
"assets:install --symlink public": "symfony-cmd",
|
"assets:install --symlink public": "symfony-cmd",
|
||||||
"importmap:install": "symfony-cmd"
|
"importmap:install": "symfony-cmd",
|
||||||
|
"asset-map:compile": "symfony-cmd"
|
||||||
},
|
},
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"@auto-scripts"
|
"@auto-scripts"
|
||||||
|
|
Loading…
Add table
Reference in a new issue