ci(travis): run only prepack script

This commit is contained in:
Eric Liu 2020-10-14 16:28:13 -07:00
commit 7515f756ab

View file

@ -1,6 +1,4 @@
language: node_js language: node_js
node_js: 12 node_js: 12
cache: yarn cache: yarn
script: script: yarn prepack
- yarn prepack
- yarn build