Skip to content

Commit

Permalink
test: add go test to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jan 14, 2025
1 parent 5727350 commit e1dd240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"build": "tree-sitter generate && node-gyp build && npm run build-helm",
"build-helm": "cd dialects/helm && tree-sitter generate --no-bindings",
"test": "tree-sitter test",
"test": "tree-sitter test && cd test && go test -v",
"parse": "tree-sitter parse",
"highlight": "tree-sitter highlight"
},
Expand Down

0 comments on commit e1dd240

Please sign in to comment.