DerekStride / tree-sitter-sql

SQL grammar for tree-sitter
http://derek.stride.host/tree-sitter-sql/
MIT License
147 stars 47 forks source link

fix: ensure scanner.c is included in npm package #232

Closed DerekStride closed 8 months ago

DerekStride commented 8 months ago

What

fixes #231

I'm not well versed on the npm publish behavior, but I think this is being caused by having /src/ defined on .gitignore.

This was the issue and updating the .gitignore to be more specific solved the issue.

$ npm pack --dry-run 2>&1 | rg src
npm notice 4.8kB  src/scanner.c