commit | 5844ed1798c81b4a5f0e8235cc096176b125f8bc | [log] [tgz] |
---|---|---|
author | Fine0830 <fanxue0830@gmail.com> | Mon Apr 24 10:38:22 2023 +0800 |
committer | Fine0830 <fanxue0830@gmail.com> | Mon Apr 24 10:38:22 2023 +0800 |
tree | fe5662ee49c2c0d8e0345e6cb4f5a01f4a644d87 | |
parent | 54e535492be5f3b336af95d02c077590fae8ad0d [diff] |
feat: update query
Install dependencies
yarn install
Build plugin in development mode and run in watch mode
yarn dev
Build plugin in production mode
yarn build
Run the tests (using Jest)
# Runs the tests and watches for changes, requires git init first yarn test # Exits after running all the tests yarn test:ci
Spin up a Grafana instance and run the plugin inside it (using Docker)
yarn server
Run the E2E tests (using Cypress)
# Spins up a Grafana instance first that we tests against yarn server # Starts the tests yarn e2e
Run the linter
yarn lint # or yarn lint:fix