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

12
ci/steps/release-static.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
yarn release:static
./ci/build/test-static-release.sh
yarn package
}
main "$@"