grafana / piechart-panel

Pie Chart Panel Plugin
MIT License
151 stars 101 forks source link

how to generate dist folder with current setup #213

Open adigov opened 4 years ago

adigov commented 4 years ago

I have used version 1.3.3, and made some changes to it and generating dist folder was easy. But with this new setup I'm finding it hard to transpile/grunt things to a working model. Can you please suggest correct steps and update somewhere like contribute.md?

briangann commented 4 years ago

the process now is to:

yarn
yarn build

While you are developing it's easiest to use yarn watch

There are some additional checks included (prettier), which can be auto-fixed by running yarn dev

Looking forward to any PRs :)