commit | 098d6ff2062e31ccbddf5f5a40dd99f706c57e62 | [log] [tgz] |
---|---|---|
author | Fine0830 <fanxue0830@gmail.com> | Thu Apr 27 11:46:46 2023 +0800 |
committer | Fine0830 <fanxue0830@gmail.com> | Thu Apr 27 11:46:46 2023 +0800 |
tree | d29f1103fecaeb3b3a7a9c0bb0f08f8cf3f209ea | |
parent | cbce587faa8c561f8b5d75eb4c54628fdbf98ea8 [diff] |
feat: add fields on query editor
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