---
  machine:
    node:
      version: "9.4.0"
  deployment:
    production:
      branch: "master"
      commands:
        -
          npm run npmrc && npm publish
