[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: KUIB 3.0.5 - automating build?

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello Wes, You can run the KUIB builds from the command line via npm. From the app folder, you can run either of the following commands: - npm run build:dev - npm run build:prod These are scripts listed in the scripts section of package.json. You may need to run "npm install" from the app folder to ensure that the packages have been installed. I hope this helps, Edsel

Continue reading...
 
Status
Not open for further replies.
Back
Top