Browse Source

run 'yarn run lint' before each commit

pull/2419/head
Maurits Lourens 5 years ago
parent
commit
e0d39c6179
  1. 2
      .husky/pre-commit
  2. 2
      packages/builder/src/components/start/UpdateAppModal.svelte

2
.husky/pre-commit

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn run lint:fix
yarn run lint

2
packages/builder/src/components/start/UpdateAppModal.svelte

@ -74,7 +74,7 @@
}
export const show = () => {
modal.show();
modal.show()
}
export const hide = () => {
modal.hide()

Loading…
Cancel
Save