ms/script/sync.sh

4 lines
160 B
Bash
Raw Normal View History

2023-07-19 09:16:50 +00:00
for PACKAGE in `ls packages`;do
echo "${PACKAGE} $(curl -s "https://registry-direct.npmmirror.com/@ccms/${PACKAGE}/sync?sync_upstream=true" -X 'PUT')"
done