language: node_js node_js: - "12" cache: yarn: true directories: - node_modules before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH script: - yarn - yarn build