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