Archived
1
0

Simplify packaging and improve scripts

Much better test now as well.
This commit is contained in:
Anmol Sethi
2020-05-08 00:34:20 -04:00
parent bc453b5f0d
commit 6282cd7e7b
13 changed files with 100 additions and 102 deletions

View File

@ -6,11 +6,7 @@ main() {
yarn release:static
./ci/build/test-static-release.sh
./ci/build/archive-static-release.sh
if [[ $OSTYPE == linux* ]]; then
yarn pkg
fi
yarn package
}
main "$@"