mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +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();
|