1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-22 18:11:43 +03:00
tabby/build/travis.sh
2019-08-09 16:33:14 +02:00

13 lines
193 B
Bash
Executable File

#!/bin/bash
set -e
cd app
yarn
cd ..
rm app/node_modules/.yarn-integrity
yarn
scripts/build-native.js
yarn run build:typings
yarn run build
scripts/prepackage-plugins.js
scripts/build-macos.js