wisemapping-frontend/bitbucket-pipelines.yml
Paulo Gustavo Veiga dc01dfb7d0 Install
2021-02-15 15:50:52 -08:00

18 lines
387 B
YAML

# Template NodeJS build
# This template allows you to validate your NodeJS code.
# The workflow allows running tests and code linting on the default branch.
image: node:10.15.3
pipelines:
default:
- parallel:
- step:
name: Build and Test
caches:
- node
script:
- yarn install
- yarn build