Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 411 Bytes

development.md

File metadata and controls

25 lines (17 loc) · 411 Bytes

Development

Can be build locally via:

yarn dev && mage -v 

Release build can be executed locally via:

mage -v
./node_modules/.bin/grafana-toolkit plugin:ci-build
./node_modules/.bin/grafana-toolkit plugin:ci-build --finish
./node_modules/.bin/grafana-toolkit plugin:ci-package
ls -la ./ci

Github build can be run locally via

act -s GRAFANA_API_KEY=$GRAFANA_API_KEY