Skip to content
#

teamcity-plugin

Here are 57 public repositories matching this topic...

vyadh
vyadh commented Jan 16, 2020

We need to build the frontend via NPM and the backend via Gradle. Ideally the build would be all orchestrated by Gradle, but currently the two parts are separate and the way to do it is not documented, so that at least should be fixed in the short term.

The build is roughly the equivalent of doing the following after a clean checkout:

cd frontend
npm install
set CI=true && npm test

Improve this page

Add a description, image, and links to the teamcity-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the teamcity-plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.