David-Desmaisons / vue-plotly

📈 vue wrapper for plotly.js
https://david-desmaisons.github.io/vue-plotly/
MIT License
255 stars 74 forks source link

Use package-lock.json in CircleCI #50

Open tkallage opened 1 year ago

tkallage commented 1 year ago

Use npm instead of yarn in CircleCI pipeline, because package-lock.json is not respected by yarn.

fixes #51