Мой проект состоит из:
- – серверные приложения Java
Код: Выделить всё
apps\java\** - — Интерфейсные приложения Angular
Код: Выделить всё
apps\node\**
Код: Выделить всё
nx run-many -t install
Код: Выделить всё
nx release patch --dry-run --first-release
Код: Выделить всё
"release": {
"projects": ["apps/**"]
},
Код: Выделить всё
NX The project "my-java-service" does not have a package.json
available at apps\java\my-java-service\package.json.
To fix this you will either need to add a package.json file at that location, or configure
"release" within your nx.json to exclude "my-java-service" from the current release group,
or amend the packageRoot configuration to point to where the package.json should be.
Как настроить версию nx для работы с моими Java-приложениями?
Так приятно иметь apps\node и apps\java в одном монорепозитории. Я бы предпочел собрать и выпустить их все вместе из одного монорепозитория (если это возможно).
Подробнее здесь: https://stackoverflow.com/questions/789 ... plications
Мобильная версия