mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Make build on postinstall
This commit is contained in:
parent
af4d6cae5a
commit
7546a80f1c
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: ameba
|
name: ameba
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
|
|
||||||
crystal: 0.23.1
|
crystal: 0.23.1
|
||||||
license: MIT
|
license: MIT
|
||||||
|
@ -7,7 +7,7 @@ authors:
|
||||||
- Vitalii Elenhaupt <velenhaupt@gmail.com>
|
- Vitalii Elenhaupt <velenhaupt@gmail.com>
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
postinstall: make install
|
postinstall: make build
|
||||||
|
|
||||||
executables:
|
executables:
|
||||||
- ameba
|
- ameba
|
||||||
|
|
|
@ -24,7 +24,7 @@ require "./ameba/formatter/*"
|
||||||
module Ameba
|
module Ameba
|
||||||
extend self
|
extend self
|
||||||
|
|
||||||
VERSION = "0.2.1"
|
VERSION = "0.2.2"
|
||||||
|
|
||||||
# Initializes `Ameba::Runner` and runs it.
|
# Initializes `Ameba::Runner` and runs it.
|
||||||
# Can be configured via `config` parameter.
|
# Can be configured via `config` parameter.
|
||||||
|
|
Loading…
Reference in a new issue