Pass in production flag when installing shards

This commit is contained in:
Alex Ling 2020-05-29 16:23:48 +00:00
parent bedcac4e35
commit 43ee8f3b85

View File

@ -14,7 +14,7 @@ static: uglify | libs
crystal build src/mango.cr --release --progress --static
libs:
shards install
shards install --production
run:
crystal run src/mango.cr --error-trace