Page MenuHomeDevCentral

Deploy npm-buildable static sites through CD pipeline
Closed, ResolvedPublic

Description

This works fine on the Jenkins Node.js Docker image:

$ git clone https://devcentral.nasqueron.org/source/docs-www.git
$ cd docs-www
$ npm install
$ npm run build

Event Timeline