mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
8 lines
190 B
TypeScript
8 lines
190 B
TypeScript
import { updateDist } from '@gkd-kit/tools';
|
|
import { updateReadMeMd } from './updateReadMeMd';
|
|
import subscription from './check';
|
|
|
|
await updateDist(subscription);
|
|
|
|
await updateReadMeMd();
|