mc-publish/scripts/index.ts

6 lines
171 B
TypeScript
Raw Normal View History

import fixDeprecatedBuffer from "./fixes/buffer-fix";
import processActionYamlTemplate from "./templates/action-yml";
fixDeprecatedBuffer();
processActionYamlTemplate();