Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Jun 15, 2024
1 parent d31b637 commit ba236c0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ log.html
.idea/
.helix/
.vim/

# Emscripten SDK
/emsdk
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"nvim-clone": "git clone [email protected]:nvim-treesitter/nvim-treesitter",
"nvim-fmt": "nvim -l nvim-treesitter/scripts/format-queries.lua editor_queries/neovim",
"build": "tree-sitter generate --no-bindings",
"build-wasm": "tree-sitter build-wasm",
"play": "tree-sitter build-wasm && tree-sitter playground",
"build-wasm": "tree-sitter build --wasm",
"play": "npm run build-warm && tree-sitter playground",
"install": "node-gyp-build",
"prebuildify": "prebuildify --napi --strip"
},
Expand Down

0 comments on commit ba236c0

Please sign in to comment.