wisemapping-frontend/bitbucket-pipelines.yml
Paulo Gustavo Veiga 2acf6e7ca6 Fix bitbucket
2021-02-03 10:13:12 -08:00

17 lines
358 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 build