Archived
1
0

Make npm-postinstall.sh more robust

This commit is contained in:
Anmol Sethi
2020-05-13 05:06:11 -04:00
parent b3ae4d67d3
commit f4a78587b0
4 changed files with 25 additions and 6 deletions

View File

@ -4,6 +4,9 @@ set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
# https://github.com/actions/upload-artifact/issues/38
chmod +x $(grep -rl '^#!/.\+' release)
yarn release:static
yarn test:static-release
yarn package