UNPKG

atlassian-connect-express

Version:

Library for building Atlassian Add-ons on top of Express

11 lines 320 B
# You can use a Docker image from Docker Hub or your own container # registry for your build environment. image: node:10 pipelines: default: - step: script: # Modify the commands below to build your repository. - npm --version - npm install - npm test - npm run lint