UNPKG

481 BYAMLView Raw
1# This is a sample build configuration for JavaScript.
2# Check our guides at https://confluence.atlassian.com/x/14UWN for more examples.
3# Only use spaces to indent your .yml configuration.
4# -----
5# You can specify a custom docker image from Docker Hub as your build environment.
6image: node:6.9.4
7
8pipelines:
9 default:
10 - step:
11 caches:
12 - node
13 script: # Modify the commands below to build your repository.
14 - npm install
15 - npx tsc