2020-10-15 17:05:56 +02:00
|
|
|
all: fmt lint build clean
|
|
|
|
|
|
|
|
|
|
fmt:
|
2020-10-16 09:46:26 +02:00
|
|
|
./scripts/format.sh
|
2020-10-15 17:05:56 +02:00
|
|
|
|
|
|
|
|
lint:
|
2020-10-16 09:46:26 +02:00
|
|
|
./scripts/lint.sh
|
2020-10-15 17:05:56 +02:00
|
|
|
|
|
|
|
|
build:
|
2020-10-16 09:46:26 +02:00
|
|
|
./scripts/build.sh
|
2020-10-15 17:05:56 +02:00
|
|
|
|
|
|
|
|
clean:
|
2020-10-16 09:46:26 +02:00
|
|
|
rm -rf dashboards_out alerts.yaml rules.yaml
|