diff --git a/.husky/pre-commit b/.husky/pre-commit index 04225e10ae..3b614330e0 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -yarn run lint:fix +yarn run lint diff --git a/packages/builder/src/components/start/UpdateAppModal.svelte b/packages/builder/src/components/start/UpdateAppModal.svelte index 28af6d71ff..dbbc000d1f 100644 --- a/packages/builder/src/components/start/UpdateAppModal.svelte +++ b/packages/builder/src/components/start/UpdateAppModal.svelte @@ -74,7 +74,7 @@ } export const show = () => { - modal.show(); + modal.show() } export const hide = () => { modal.hide()