Quiet build for production
This commit is contained in:
parent
0e4a7a40aa
commit
dd56f8533a
|
@ -2,7 +2,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf output_*/",
|
"clean": "rm -rf output_*/",
|
||||||
"dev": "sculpin generate --clean --no-interaction --server --watch",
|
"dev": "sculpin generate --clean --no-interaction --server --watch",
|
||||||
"production": "sculpin generate --clean --no-interaction --env prod",
|
"production": "sculpin generate --clean --no-interaction --env='prod' --quiet",
|
||||||
"test": "behat"
|
"test": "behat"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "b684c2fe318372b4479a3d443bfbe1a0",
|
"hash": "f5b418bcffa381556538abe1c659036a",
|
||||||
"content-hash": "3c2abfae369d41fb0f11d86bbecdd0dd",
|
"content-hash": "3c2abfae369d41fb0f11d86bbecdd0dd",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue