ms/script/sync.sh

5 lines
172 B
Bash
Raw Normal View History

2023-07-26 09:35:33 +00:00
#!/bin/bash
2023-07-19 10:21:56 +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