We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420b917 commit ab1818aCopy full SHA for ab1818a
.github/workflows/generate.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Generate parser
25
run: |
26
npx tree-sitter generate
27
- npx tree-sitter build-wasm
+ npx tree-sitter build --wasm -o tree-sitter-elixir.wasm
28
- name: Update parser files
29
uses: stefanzweifel/git-auto-commit-action@v4
30
with:
0 commit comments