mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
Pass in production
flag when installing shards
This commit is contained in:
parent
bedcac4e35
commit
43ee8f3b85
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user