deploy:
  override:
    - rm -rf node_modules
    - yarn install
    - yarn run test
    - npm publish
