adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
533 stars 409 forks source link

Add npm-run-all as a devDependency in ui.frontend.general (#1193) #1198

Open ndresgarc opened 1 week ago

ndresgarc commented 1 week ago

Added npm-run-all NPM package to ui.frontend.general/package.json as a devDependency entry.

Description

npm install --save-dev npm-run-all

Related Issue

Fixes #1193

Motivation and Context

I had the same problem mentioned in the issue.

How Has This Been Tested?

By running "npm run watch" and the NPM script started accorginly, opening the testing website in a new tab of the browser.

Screenshots (if appropriate):

Types of changes

Checklist: