This commit is contained in:
parent
93a71d095b
commit
9012a19840
2
Makefile
2
Makefile
|
@ -14,5 +14,5 @@ update-tests: all
|
||||||
|
|
||||||
.PHONY: playground
|
.PHONY: playground
|
||||||
playground:
|
playground:
|
||||||
nix shell pkgs#emscripten --command tree-sitter build-wasm
|
nix shell pkgs#emscripten --command tree-sitter build --wasm
|
||||||
tree-sitter playground
|
tree-sitter playground
|
||||||
|
|
|
@ -140,9 +140,7 @@
|
||||||
bump-version
|
bump-version
|
||||||
nodejs
|
nodejs
|
||||||
nvim-test-runner
|
nvim-test-runner
|
||||||
# FIXME: waiting on #301336
|
(tree-sitter.override { webUISupport = true; })
|
||||||
# (tree-sitter.override { webUISupport = true; })
|
|
||||||
tree-sitter
|
|
||||||
];
|
];
|
||||||
|
|
||||||
inherit (checks.pre-commit) shellHook;
|
inherit (checks.pre-commit) shellHook;
|
||||||
|
|
Loading…
Reference in a new issue