Skip to content

Commit

Permalink
fix(docgen): don't unnecessarily copy parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Feb 3, 2023
1 parent 3bac129 commit 46e7936
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
ci-doc:
nvim -u docgen/minimal_init.vim -c "TSInstall! lua" -c "qa!" && \
mkdir -p /tmp/lua/parser && \
cp nvim-treesitter/parser/lua.so /tmp/lua/parser && \
make documentation

documentation:
nvim --clean --headless -u docgen/minimal_init.vim -c "luafile ./docgen/init.lua" -c 'qa'
nvim --headless -u docgen/minimal_init.vim -c "cd ./docgen" -c "source init.lua" -c 'qa'

format:
stylua -v --verify .
Expand Down

0 comments on commit 46e7936

Please sign in to comment.