Skip to content

Commit

Permalink
chore: remove deno unstable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 committed Jul 12, 2024
1 parent c3f8df5 commit de5e915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default <ScriptsConfiguration> {
},
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",
Expand Down

0 comments on commit de5e915

Please sign in to comment.