My question wasn't very clear, sorry about that.
When building on Jenkins (MSBuild), it runs npm install everytime, installing all the package.json libraries on Jenkins server. Now, if we do that with pqgrid I guess it would install the evaluation version of pqgrid, not the pro version. How do we npm install the pro version? Do we have to include the pro version to our application path?
Thanks.