Fix build script

pull/511/head
Patrick Förster 2021-02-04 19:24:01 +07:00
parent a6b58dc2da
commit ccb38b2ec3
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@
"description": "Tree-sitter Grammar for LaTeX",
"main": "index.js",
"scripts": {
"build": "tree-sitter build",
"build": "tree-sitter generate",
"test": "tree-sitter test"
},
"repository": {