Browse Source

Rebuild in prepublish script

pull/2/head
Max Brunsfeld 10 years ago
parent
commit
95b7d49194
1 changed files with 1 additions and 1 deletions
  1. +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"
}
}

Loading…
Cancel
Save