Make build on postinstall

This commit is contained in:
Vitalii Elenhaupt 2017-11-16 00:30:01 +02:00
parent af4d6cae5a
commit 7546a80f1c
No known key found for this signature in database
GPG Key ID: 7558EF3A4056C706
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: ameba
version: 0.2.1
version: 0.2.2
crystal: 0.23.1
license: MIT
@ -7,7 +7,7 @@ authors:
- Vitalii Elenhaupt <velenhaupt@gmail.com>
scripts:
postinstall: make install
postinstall: make build
executables:
- ameba

View File

@ -24,7 +24,7 @@ require "./ameba/formatter/*"
module Ameba
extend self
VERSION = "0.2.1"
VERSION = "0.2.2"
# Initializes `Ameba::Runner` and runs it.
# Can be configured via `config` parameter.