From de5e915e57b1c7b35595d324c341d133ab7f3400 Mon Sep 17 00:00:00 2001 From: jrson83 Date: Fri, 12 Jul 2024 11:01:35 +0200 Subject: [PATCH] chore: remove deno unstable flag --- scripts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.ts b/scripts.ts index 496152f..683b71e 100644 --- a/scripts.ts +++ b/scripts.ts @@ -8,7 +8,7 @@ export default { }, check: { desc: "Type-checks the code", - cmd: "deno cache --unstable -c deno.json ./src/index.tsx", + cmd: "deno cache -c deno.json ./src/index.tsx", }, fmt: { desc: "Formats code",