pipeline: core: image: node commands: - node --version && npm --version - npm install - cd views && npm install && cd .. - npm run build