Azure / load-testing

Automate azure load test through github actions
MIT License
17 stars 18 forks source link

[BUG] CI failing because `npm run build` is not a defined script in the package #38

Closed tonybaloney closed 1 year ago

tonybaloney commented 1 year ago

The CI for this repository is not working because the package.json doesn't include a definition for build under scripts. This makes it difficult to contribute or test changes.

ninallam commented 1 year ago

@radhikajain99 Can we fix this to make sure it is easier to contribute?