Generate optimized autoloaders in krankerl config

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2022-06-10 22:10:26 +02:00
parent 7aee29d16b
commit 315862e13a
No known key found for this signature in database
GPG Key ID: 27137D9E7D273FB2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
before_cmds = [
"composer install --no-dev",
"composer install --no-dev -o",
"npm install",
"npm run build",
]