publish to hub from deno do not add lockfile

This commit is contained in:
Ruben Fiszel
2022-11-04 00:02:45 +01:00
parent dc2688b9c3
commit 34b217f391
2 changed files with 2 additions and 2 deletions
@@ -19,7 +19,7 @@
color="light"
btnClasses={selectedIndex - 1 === index ? 'text-gray-800 !font-bold' : '!text-gray-500'}
on:click={() => dispatch('select', { index })}
disabled={selectedIndex - 1 !== index ? disabled : false}
disabled={selectedIndex - 1 === index ? disabled : false}
>
{item}
</Button>
@@ -180,7 +180,7 @@
script.kind,
script.language,
script.schema,
script.lock
script.language == 'deno' ? '' : script.lock
).toString()}
variant="border"
color="blue"