Skip prepublish on TravisCI

This commit is contained in:
Damián Silvani 2020-03-10 11:11:14 -03:00
parent 221deefb2a
commit 3a71efafdc

View file

@ -8,8 +8,6 @@ cache:
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
- export PATH="$HOME/.yarn/bin:$PATH"
before_script:
- yarn prepublish
script:
- yarn test
before_deploy: