mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-25 00:00:36 -05:00
Pass in production flag when installing shards
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ static: uglify | libs
|
|||||||
crystal build src/mango.cr --release --progress --static
|
crystal build src/mango.cr --release --progress --static
|
||||||
|
|
||||||
libs:
|
libs:
|
||||||
shards install
|
shards install --production
|
||||||
|
|
||||||
run:
|
run:
|
||||||
crystal run src/mango.cr --error-trace
|
crystal run src/mango.cr --error-trace
|
||||||
|
|||||||
Reference in New Issue
Block a user