---
name: buy-button-js

up:
  - node:
      version: v8.1.4
      yarn: true

commands:
  test:
    run: yarn run test
  start:
    run: yarn run start
  build:
    run: yarn run build
  docs:
    run: yarn run docs

open:
  example: 'http://localhost:8080/'
  docs: 'http://localhost:4000/buy-button-js/'
