kind: pipeline name: default steps: - name: test image: node commands: - cd ./vue-theme - npm install - npm test - name: build image: node commands: - cd ./vue-theme - npm install - npm build