Simplify packaging and improve scripts
Much better test now as well.
This commit is contained in:
12
ci/steps/release-static.sh
Executable file
12
ci/steps/release-static.sh
Executable 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 "$@"
|
||||
Reference in New Issue
Block a user