|
@@ -198,6 +198,7 @@
|
|
"auto-increment": "php bin/console baseadmin:autoincrement --tables='action,dhcp,host_type,workflow'",
|
|
"auto-increment": "php bin/console baseadmin:autoincrement --tables='action,dhcp,host_type,workflow'",
|
|
"workflow-default": "php bin/console workflow:default --class=HostBundle\\\\Entity\\\\Host --all",
|
|
"workflow-default": "php bin/console workflow:default --class=HostBundle\\\\Entity\\\\Host --all",
|
|
"update-data": "php bin/console ik:update:data 'app/DoctrineMigrations/src/'",
|
|
"update-data": "php bin/console ik:update:data 'app/DoctrineMigrations/src/'",
|
|
|
|
+ "assets-static": " bin/console assets:install web",
|
|
"symfony-scripts": [
|
|
"symfony-scripts": [
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
@@ -216,7 +217,8 @@
|
|
"@doctrine-migrations-down",
|
|
"@doctrine-migrations-down",
|
|
"@doctrine-migrations",
|
|
"@doctrine-migrations",
|
|
"@auto-increment",
|
|
"@auto-increment",
|
|
- "@workflow-default"
|
|
|
|
|
|
+ "@workflow-default",
|
|
|
|
+ "@assets-static"
|
|
],
|
|
],
|
|
"post-update-cmd": [
|
|
"post-update-cmd": [
|
|
"@workflows-commands",
|
|
"@workflows-commands",
|
|
@@ -224,7 +226,8 @@
|
|
"@mkdir-dir-cache-sessions-logs",
|
|
"@mkdir-dir-cache-sessions-logs",
|
|
"@chmod-dir-cache-sessions-logs",
|
|
"@chmod-dir-cache-sessions-logs",
|
|
"@auto-increment",
|
|
"@auto-increment",
|
|
- "@workflow-default"
|
|
|
|
|
|
+ "@workflow-default",
|
|
|
|
+ "@assets-static"
|
|
]
|
|
]
|
|
},
|
|
},
|
|
"extra": {
|
|
"extra": {
|