mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
7 lines
92 B
Bash
7 lines
92 B
Bash
|
#!/bin/bash
|
||
|
set -eo pipefail
|
||
|
|
||
|
cd "$(dirname "$0")"/..
|
||
|
|
||
|
mixtool generate all mixin.libsonnet
|