Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update web application dist location
  • Loading branch information
newmanw authored Sep 17, 2024
1 parent 928e6ce commit 7a0a59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ npm run build
After building the core packages, install them as dependencies in the `instance` package.
```bash
cd instance
npm i --omit dev ../service ../web-app/dist/app ../plugins/nga-msi
npm i --omit dev ../service ../web-app/dist ../plugins/nga-msi
```
The project's root [`package.json`](./package.json) provides some convenience script entries to install, build, and run
the MAGE server components, however, those are deprecated and will likely go away after migrating to NPM 7+'s
Expand Down

0 comments on commit 7a0a59b

Please sign in to comment.