From 0737c8a65d06bd4d02a30f4b4596ed3cd446ca60 Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Sun, 18 Feb 2024 11:38:54 -0500 Subject: [PATCH 1/2] build: fix prettier script --- bin/format-with-prettier.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/format-with-prettier.mts b/bin/format-with-prettier.mts index 7d15931c9..039bb46eb 100755 --- a/bin/format-with-prettier.mts +++ b/bin/format-with-prettier.mts @@ -1,4 +1,4 @@ -#!/usr/bin/env -S ts-node-transpile-only --esm +#!/usr/bin/env -S node --no-warnings=ExperimentalWarning --loader ts-node/esm import fs from "fs"; import { JSONSchema7 } from "json-schema"; From d7cf6c594ac475bd495967f1328a47ea18cd306e Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Tue, 20 Feb 2024 17:02:08 -0500 Subject: [PATCH 2/2] Empty commit to trigger tests