WIP: PLAYGROUND
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-04-22 09:57:56 +00:00
parent 93a71d095b
commit 9012a19840
2 changed files with 2 additions and 4 deletions

View file

@ -14,5 +14,5 @@ update-tests: all
.PHONY: playground
playground:
nix shell pkgs#emscripten --command tree-sitter build-wasm
nix shell pkgs#emscripten --command tree-sitter build --wasm
tree-sitter playground

View file

@ -140,9 +140,7 @@
bump-version
nodejs
nvim-test-runner
# FIXME: waiting on #301336
# (tree-sitter.override { webUISupport = true; })
tree-sitter
(tree-sitter.override { webUISupport = true; })
];
inherit (checks.pre-commit) shellHook;