/squawk-255-demo

Temporary repo for https://github.com/sbdchd/squawk/issues/255

Primary LanguageShell

squawk-255-demo

Temporary repo for sbdchd/squawk#255

Steps to reproduce

  1. Clone this repo
  2. Setup pre-commit hooks
npm i
npm run prepare
  1. Add a file migrations/example.sql with SELECT 1;
  2. npm run lint and notice that all linting passes
  3. git add -A && git commit -m 'Test'

Expected

  • husky runs lint-staged and successfully lints the migration using squawk

Actual

  • squawk hangs: Screen Shot 2023-01-26 at 9 25 36 AM