Skip to content

Change all packages to "npm run dev" convention

Aidan requested to merge ad-npm-dev into master

To run development mode for different packages, currently there are varying npm run commands. All packages already have a similar convention for build. This MR switches them all to dev to both make things more streamlined.

Merge request reports