{
  "release": {
    "check-git-master": true,
    "check-circle-master": true,
    "install-npm-deps": true,
    "bump-version-file": true,
    "bump-package-version": true,
    "build-dist-bundle": "yarn run build",
    "release-on-github": true
  },
  "deploy": {
    "prod": {
      "check-git-master": true,
      "install-npm-deps": true,
      "source-dir": "public/build",
      "build-dist-bundle": "yarn run build",
      "aws-cdn-deploy": "timekit-cdn/booking-js/v3"
    },
    "staging": {
      "source-dir": "public/build",
      "build-dist-bundle": "yarn run build",
      "aws-cdn-deploy": "timekit-cdn-staging/booking-js/v3"
    }
  }
}
