This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
tree-sitter-c
mirror of
https://github.com/tree-sitter/tree-sitter-c
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
79
Wiki
Activity
Browse Source
Rebuild in prepublish script
pull/2/head
Max Brunsfeld
10 years ago
parent
603224433a
commit
95b7d49194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+ 1
- 1
package.json
View File
@ -17,7 +17,7 @@
"tree-sitter-compiler"
:
">= 0.0.30"
}
,
"scripts"
:
{
"prepublish"
:
"tree-sitter compile"
,
"prepublish"
:
"tree-sitter compile
&& node-gyp build
"
,
"test"
:
"tree-sitter test"
}
}
Write
Preview
Loading…
Cancel
Save