aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-10-04 15:22:05 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-10-04 15:22:05 +0200
commit20fe4b1e1cee75463cd63cfe202e05e0b61d941a (patch)
treea395e1b96c5bedb4c0e8833a82d8e7d636630e88 /package.json
parent5d5dd65cee63b8805a186d28660ed65072b3b88a (diff)
Simplify dir
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index de62554..5169fca 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"tree-sitter-cli": "^0.20.8"
},
"scripts": {
- "build": "tree-sitter generate && node-gyp build",
+ "build": "tree-sitter generate",
"parse": "tree-sitter parse",
"test": "tree-sitter test"
},