mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
- prepare-npm-packages: exit(1) instead of warn-and-continue when a platform binary is missing, so a broken build aborts the release - release-all: after publishing platform packages, poll npm view for every @twsxtd/hapi-<platform> package until it matches the release version (10min timeout, 15s interval) before publishing the main package Fixes #1149