瀏覽代碼

Rebuild in prepublish script

pull/2/head
Max Brunsfeld 10 年之前
父節點
當前提交
95b7d49194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      package.json

+ 1
- 1
package.json 查看文件

@ -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…
取消
儲存