You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am generating a TypeScript API-client via the task :server.generateClient in my web-app build.gradle.
In order to compile the web-app, I need to build and compile the API-client as well which will be located at $rootDir/generated/meditation-rest-client.
My problem is that I don't know how I can run these two commands
I am generating a TypeScript API-client via the task
:server.generateClient
in my web-appbuild.gradle
.In order to compile the web-app, I need to build and compile the API-client as well which will be located at
$rootDir/generated/meditation-rest-client
.My problem is that I don't know how I can run these two commands
at the and of the
makeClients
task and then the following for building the web-app:How can I run the above commands in my gradle script?
The text was updated successfully, but these errors were encountered: